[
http://jira.jboss.com/jira/browse/RF-1964?page=all ]
Mikhail Vitenkov closed RF-1964.
--------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Smirnov)
Being verified at 3.2.0.CR5
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: Mikhail Vitenkov
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