The following is a list of JSP Standard Action tags:
jsp:useBean. \sjsp:include. \sjsp:setProperty. \sjsp:getProperty. \sjsp:forward. \sjsp:plugin.
There are eleven JSP action tags in total.
In a nutshell, the include action is used to include the contents of another Servlet, JSP, or HTML file, and the forward action is used to send the current HTTP request to another Servlet or JSP for processing. They are identical to RequestDispatcher and Servlet's include() and forward() methods.
The jsp:forward: directive is used to send the request and answer to other resources. The jsp:include: directive is used to include another resource. jsp:body: is used to define the body of an XML element that is dynamically defined. jsp:use Bean is a type of object that can be used to create or locate other bean instances.
Share a personalized message with your friends.