Hi,
I am getting an error "org.apache.jasper.JasperException: Duplicate component ID '_id0:_id6' found in view" when my jsf page containing WebGrid is reloaded or refreshed.
The jsf code is attached here.
I have tried to assign unique ID for all possible tags in the page but this does not help. Please look into it .
Yes,
That is what I meant. Do you have any solution?
regards,
Sorry, but did you mean NetAdvantage for JSF 2008 Volume 1 and NetAdvantage for JSF 2008 Volume 2?
Thanks,George
I have tried with WebGrid in "NetAdvantage for JSF 1.1 Vol1" as well as "NetAdvantage for JSF 1.1 Vol2", the issue is almost consistent.
The issue is not coming if I remove these lines from the original code. Please help.
<h:panelGroup styleClass="section"> <%-- DESCRIPTION --%> <ig:tabView> <ig:tabItem id="commentTab" value="Comment"> <f:verbatim escape="false"> <h:inputTextarea id="TCComment" rows="2" cols="1" value="" style="width: 550px" readonly="true"></h:inputTextarea> </f:verbatim> </ig:tabItem> <ig:tabItem id = "descriptionTab" value="TestCase Description"> <f:verbatim escape="false"> <h:inputTextarea id="TCDescription" rows="2" cols="1" value="" style="width: 550px" readonly="true"></h:inputTextarea> </f:verbatim> </ig:tabItem> </ig:tabView> </h:panelGroup>
Could you share what version of components you are using?