How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
Answer / Samiksha Dixit
To mix JSP and SSI (Server Side Includes), you can use an SSIs #include within a JSP page. However, the main difference between the 'include' directive in JSP and the #include in SSI is that the former is processed during compilation, while the latter is processed when the .shtml file is requested.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are actions and directives in jsp?
What is jsp in javascript?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
How do you delete a cookie within a jsp?
What is meant by implicit objects and what are they?
List all tags that are provided in jstl?
when we will use the SendRedirect method instead of forward.
Which implicit object is not available in normal jsp pages?
Explain jsp?
Define JSP Scriptlet.
How is jsp include directive different from jsp include action. ?
How to set a cookie in JSP?