[richfaces-issues] [JBoss JIRA] Resolved: (RF-8621) a4j:commandLink doesn't set bean

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Tue Apr 27 02:59:11 EDT 2010


     [ https://jira.jboss.org/jira/browse/RF-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavol Pitonak resolved RF-8621.
-------------------------------

    Resolution: Won't Fix


solution is to set an execute attribute, e.g. execute="@form"

> a4j:commandLink doesn't set bean
> --------------------------------
>
>                 Key: RF-8621
>                 URL: https://jira.jboss.org/jira/browse/RF-8621
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>         Environment: JBoss 6 M2, RichFaces 4.0.0-SNAPSHOT
>            Reporter: Pavol Pitonak
>
> <h:form>
>     <h:outputLabel value="Name:" for="nameInput" />
>     <h:inputText id="nameInput" value="#{richBean.name}"/>
>     <a4j:commandLink value="submit" render="output" />
> </h:form>
> <h:panelGroup id="output">
>      <h:outputText value="Hello #{richBean.name}!" rendered="#{not empty richBean.name}" />
> </h:panelGroup>
> With the code above, setter on richBean is never called. It works fine with h:commandLink

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

        


More information about the richfaces-issues mailing list