✔ JSP CHAPTERS:-
1. JSP Overview
2. JSP Hello World Example
3. JSP Scriplet Tag
4. JSP Declaration Tag
5. JSP Expression Tag
6. JSP Comment Tag
7. JSP Directives
8. JSP Implicit Objects
9. JSP Action Tags
10. Exception Handling
11. JSP Expression Language
1. JSP Overview
2. JSP Hello World Example
3. JSP Scriplet Tag
4. JSP Declaration Tag
5. JSP Expression Tag
6. JSP Comment Tag
7. JSP Directives
8. JSP Implicit Objects
9. JSP Action Tags
10. Exception Handling
11. JSP Expression Language
JSP Implicit Objects :Previous Next: Exception Handling
JSP action tags
JSP specification provides the action tags to control the behaviour of the servlet engine, to control page flow, to dynamically insert a file, to reuse JavaBeans components etc. jsp: is used as prefix.
Syntax:
Commonly used JSP action tags are as follows:
Common attributes of all action tags:
1. id attribute: This attribute is used to uniquely identifying the action element inside the jsp page.
2. scope attribute: This attribute is used identifying the lifecycle of the action element.
JSP Implicit Objects :Previous Next: Exception Handling
JSP Implicit Objects :Previous Next: Exception Handling