February 24, 2014

Including a JSF page into another JSF page

Like jsp page, we can also include a JSF page into another JSF page by using the same jsp directive jsp:include.

Example:

<jsp:include page="test.jspx" flush="true"></jsp:include>

No comments:

Post a Comment