Even forceid=true is not working for each second click. I just did following change in forceId.jsp page included in myfaces-example-simple-1.1.6. But it is not working
<t:dataList layout="unorderedList" value="#{forceIdBean.choices}"
var="choice" id="testId" forceId="true">
<t:commandLink action="#{user.update}" >
<h:outputText value="#{choice}" />
</t:commandLink>
</t:dataList>
I am using tomcat 5.5.
Any idea?
Regards,
Umar Zubair

