adspace


How to include a jsp file in another jsp file?

Answer Posted / Ravi Shekhar Rai

To include a JSP file in another JSP file, you can use the Java JSP Include Directive (<%@ include file="path_to_file" %>). This directive will be replaced by the output of the included file during the compilation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2306