[
https://jira.jboss.org/jira/browse/RF-4064?page=com.atlassian.jira.plugin...
]
Bob Corcoran commented on RF-4064:
----------------------------------
I just wanted to show some markup:
<a4j:commandLink action="#{factorBean.loadFactors()}"
value="Factors"/>
<h:inputTextarea id="newFactors" rows="15" cols="70"
required="true"
value="#{sumBean.newComp}"/>
Adding required="true" to the inputTextarea breaks the commandLink above it.
Problem with a4j:commandLink
-----------------------------
Key: RF-4064
URL:
https://jira.jboss.org/jira/browse/RF-4064
Project: RichFaces
Issue Type: Bug
Environment: Windows
Reporter: Bob Corcoran
Priority: Minor
We have a page with a few a4j:commandLinks as well as an h:inputText and h:inputTextarea,
among other markup. It works fine until we add the attribute required="true" to
either the inputText or InputTextarea. When we add the required="true" to either
the inputText or InputTextarea, one of the a4j:commandLinks's (further up on the page)
breaks. It still renders fine, but the method on the backing bean (in this case a SEAM
stateful bean) is not called, because the link does not fire. What's even more odd is
that the remaining a4j:commandLinks on the page continue to work according to specs. These
links are contained in separate rich:column tags.
--
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