e.g. The following line instructs the engine to forward request to another JSP page, welcome.jsp from current JSP page.
<jsp:forward page="welcome.jsp"/>
There are six standard JSP actions:
- jsp:include
- jsp:forward
- jsp:useBean
- jsp:setProperty
- jsp:getProperty
- jsp:plugin
No comments:
Post a Comment