How do I include static files within a jsp page?
Answer / 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 |
How to send data from jsp to jsp?
Can a jsp page process html form data?
What are the advantages of jsp?
How do I mix jsp and ssi #include?
what type of question will be asked in the interview in this software field?????///
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What is jsp life cycle?
Can we use jsp implicit objects in a method defined in jsp declaration?
What is tld in jsp?
How can I maintain session in JSP Page in the bases of user name and password:
How to get session in Jsp other than session object?
What is request scope in jsp?