Instructions
- 1
Create a file with a ".JSPF" extension.
2Type all the necessary taglib directives at the top of the file and then put all your JSF code within your "
Save the file and upload it to the same server directory as the JSP file into which you will import it.
4Import the JSP Fragment into your JSP file by including the directive "<%@ include file="file.jspf" %>" at the top of your file.
No comments:
Post a Comment