previous |
start |
next
Branching and Forwarding Pages
- A JSP page can forward a request to another page
- You can use forwarding to implement branches
- Post the query to a JSP page that checks the input but has no
HTML output
- The page evaluates the input and uses the jsp:forward
directive to select another page
previous |
start |
next