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

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Nov 4 15:48:45 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-2208?page=all ]

Pete Muir closed JBSEAM-2208.
-----------------------------

    Resolution: Rejected

Please use the forum for support.

> 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