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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Apr 26 19:34:10 EDT 2010


    [ https://jira.jboss.org/jira/browse/RF-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527631#action_12527631 ] 

Nick Belaevski commented on RF-8621:
------------------------------------

According to RF-8617, default value of "execute" has been changed to "@this". Please try to use "@form" or "@all".

> 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