Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the standard action?


The <jsp:include> standard action enables the current JSP page to include a static or a dynamic resource at runtime. In contrast to the include directive, the include action is used for resources that change frequently. The resource to be included must be in the same context.The syntax of the <jsp:include> standard action is as follows:
<jsp:include page="targetPage" flush="true"/>
Here, targetPage is the page to be included in the current JSP.
Related Posts Plugin for WordPress, Blogger...
Flag Counter