LoginForm.java
....
public String login(){
identity.login();
}
....
login.xhtml
...
<ui:include src="/incl/command-panel.xhtml">
<ui:param name="actionId" value="loginButton"/>
<ui:param name="actionMessage" value="Login"/>
<ui:param name="actionCommand" value="#{login.login}"/>
</ui:include>
...
command-panel.xhtml
....
<h:commandButton id="#{actionId}" action="#{actionCommand}"
value="#{actionMessage}"/>
....
and the error is :
Property 'login' not found on type package....LoginForm_$$_javassist_??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101615#4101615
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101615
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user