Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0.0-core
-
None
-
None
-
tomcat 6, Spring 3.0.5, JPA 2.0
Description
When the edit link is pressed or the delete link, everything works out. I can press as many times as I want the edit link and there is no problem, but when I press the delete link and then edit link or delete link again, I have the following error
java.lang.IllegalStateException: component with duplicate id "j_id236570804_32fb8dd4" found
where the id is different each time.
the code:
<tr:table id="table" value="#
" var="result" partialTriggers=":link_delete">
...
<tr:commandLink text="edit" action="dialog:popup" useWindow="true" launchListener="#
" returnListener="#
{backing.returnPopup}"/>
<tr:commandLink id="link_delete" text="delete" partialSubmit="true" actionListener="#
" />
</tr>
There is no iteration between JSP and JSF. Code in web.xml and faces-config.xml posted upon request.