Hi,
main jsp:
<
ig:tabItem value="General Information" selected="false">
<jsp:include page="next.jspf"/>
</ig:tabItem>
jspf page:
<f:subview id="next">
<body>
<hx:graphicImageEx styleClass="graphicImageEx" id="imageEx1" value="/theme/images/Documents_ico_4.ico" width="15" height="15">
</hx:graphicImageEx>
<hx:outputLinkEx value=someDoc.doc styleClass="outputLinkEx" id="linkEx1">
<h:outputText id="text1" styleClass="outputText" value="Updates"></h:outputText>
</hx:outputLinkEx>
<h:outputText styleClass="outputText" id="text2" value="for the NPI Process"></h:outputText>
</h:panelGrid>
</hx:scriptCollector>
</body>
</f:subview>
Hi anat,
Also, make sure to include <jsp:include> within <f:verbatim> tag. Below is the code snippet.
Thank you!
<ig:tabView>
<ig:tabItem id="Info1" value="Tabpage">
<f:verbatim>
<jsp:include page="test.jsp"></jsp:include>
</f:verbatim>
</
Thanks for your answer.
I tried your suggestion and got this error “[Servlet Error]-[Faces Servlet]: javax.faces.FacesException: Assertion Failed”.
Please advice.
Anat.
Thanks!!!!
The problem was <f:view> tag in the "Next.jsp" page.
I did all you advised and deleted this tag and now it's working excellent.
Thanks again for the fast an good service,