adspace


How do I include static files within a jsp page?

Answer Posted / Mohammad Rizwan

To include a static file in a JSP page, you can use the <jsp:include> action or the <%@ include %> directive. Both will allow you to reference your static resources.

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