Umar Zubair a écrit :

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

What id do you get in generated page instead of "testId"? What do you except it to be? What do you mean by "not working for each second click"?

Reply via email to