Displaying 1 result from an estimated 1 matches for "valideteusernam".
Did you mean:
valideteusername
2007 Sep 25
1
unable to invoke Backing Bean method
...an-name>
<managed-bean-class>com.xyz.jsf.LoginBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
</faces-config>
Backing Bean:
public class LoginBean {
public void validateUsername() {
System.out.println("inside valideteUsername");
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscrib...