[richfaces-issues] [JBoss JIRA] Commented: (RF-4064) Problem with a4j:commandLink

Bob Corcoran (JIRA) jira-events at lists.jboss.org
Thu Jul 31 15:19:25 EDT 2008


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

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

        



More information about the richfaces-issues mailing list