[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2208) actions unresolved as a parameter, is an error?

Francisco Philip (JIRA) jira-events at lists.jboss.org
Sat Nov 3 10:56:44 EDT 2007


actions unresolved as a parameter, is an error?
-----------------------------------------------

                 Key: JBSEAM-2208
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2208
             Project: JBoss Seam
          Issue Type: Feature Request
            Reporter: Francisco Philip




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_??


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list