Hi,

I want to include the same subview more than once in my page but I get a error message saying the id of the subview is not unique. This is correct. But how can I make the ids of the subview unique? Is it possible to
pass the subview id as param to jsp:include?

Example:

myPage.jsp

     <jsp:include page="mySubview.jsp"/>
     ...
     <jsp:include page="mySubview.jsp"/>

mySubview.jsp

<f:subview id="mySubview">
...
</f:subview>

Regards
Helmut

Reply via email to