![]() |
Duplicate Id error encountered when jsp dynamic include is used.
I am currently using a jsf application which is rendering each time it goes to an other page. I am supposed to make the application like, the parent jsp will remain static and only the child pages will be included dynamically based on the selection of pages. I am using
Code:
<h:panelGroup id="bodyPanel" > <jsp:include page="${sessionScope.includePage}" flush="true"/> </h:panelGroup>I can't make the Ids unique as we use almost all the Ids as same for all the pages. Please suggest something for this problem |
| All times are GMT +5.5. The time now is 21:13. |