How do I include static files within a JSP page?

Showing Answers 1 - 2 of 2 Answers

deepak911

  • Jun 19th, 2006
 

use include directive.It takes 2 paramaters "page" and "flush"

 <jsp:include page ="filename"/ > or <%@ include ="filename"%>

  Was this answer useful?  Yes

kalya

  • Jun 20th, 2006
 

using where filename -- path of the file to be includedand ext -- the extension for the file name

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions