[richfaces-issues] [JBoss JIRA] Work started: (RF-1964) DuplicateId exception for a a4j:commandLink with 2 or more parameters.

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Wed Mar 26 18:58:39 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-1964?page=all ]

Work on RF-1964 started by Alexander Smirnov.

> DuplicateId exception for a a4j:commandLink with 2 or more parameters.
> ----------------------------------------------------------------------
>
>                 Key: RF-1964
>                 URL: http://jira.jboss.com/jira/browse/RF-1964
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>            Reporter: Alexander Smirnov
>         Assigned To: Alexander Smirnov
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> The following code is used in the first column of a datatable (it's an edit link) 
> <a4j:commandLink limitToList="true"	
>                         reRender="...."
>                         actionListener="#{bb.dataAction}"
>                          oncomplete="showReq()">
>    <f:verbatim> Edit </f:verbatim>
>    <f:param name="requestIdToEdit"   value="#{req.id}" />
>    <f:param name="requestTypeToEdit" value="#{req.requestType.code}" />
> </a4j:commandLink>
> 	
> It thows a duplicate component id when clicked. If I remove the second parameter, everything works fine. Explicitly setting an id doesn't help, neither does replacing it with a4j:Commandlink. 
> Additional info; If i change the "verbatim" to "outputtext", everything works

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

        



More information about the richfaces-issues mailing list