Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the difference between the two kinds of include in JSP

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

JSP what is the difference between the two kinds of include, many novices are not very clear, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.

There are two kinds of include in jsp, one is, the other is

About the first kind:

1. This is a Driective instruction, a compilation instruction, an instruction during compilation, is statically included, that is, the specified JSP page or HTML page is included, and the whole page is compiled together.

two。 You cannot pass parameters in the include directive. If it is illegal, you can only pass parameters on the URL address bar after running the JSP page.

3. If there is an instruction in the current page, the instruction in the included page xxx.jsp cannot have the same element as the instruction in the current page, otherwise an error will be reported.

About the second kind:

1. This is an Action directive that dynamically contains JSP programs or HTML pages.

two。 Unless the instruction is run to, it will not be compiled by JSP Engine such as Tomcat

3. You can carry parameters. The code is as follows:

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report