[jboss-user] [JBoss Seam] - error en property/getter
fphilip
do-not-reply at jboss.com
Sun Nov 4 16:17:54 EST 2007
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
More information about the jboss-user
mailing list