Differences from JSP: Include

Source: Internet
Author: User
<% @ Include file = "A. jsp" %> <JSP: Include page = "A. jsp"/>
Static inclusion: content is embedded into the page before the JSP page is converted into a servlet, and then compiled and run. Dynamic inclusion. During running, the statement is dynamically compiled and loaded only when a request is sent and executed.
Parameter is not allowed Parameters can be included, such as: <JSP: Include page = "A. jsp? B = 1 & C = 2 "/>
The contained page is consistent with the request object that contains the page. The contained page is inconsistent with the request object that contains the page. However, the request that contains the page can obtain all the values that can be obtained by the request that contains the page.

<% @ Include file = "A. jsp" %> only one class file is generated.

<JSP: Include page = "A. jsp"/> multiple class files are generated.

<% @ Include file = "A. jsp" %> common

Pass parameters to the contained page

<JSP: Include page = "A. jsp">

<JSP: Param V1 = "1"/>

<JSP: Param v2 = "2"/>

</Jsp: Include>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.