[JBoss JIRA] Created: (RF-8621) a4j:commandLink doesn't set bean
by Pavol Pitonak (JIRA)
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
14 years, 7 months