This page takes 3 values that you specify, and forwards them to another JSP.
That JSP will create a URL to another page, that then extracts the
parameters and displays them.
//createURL.jsp
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
This page receives the values you specified, and creates a URL that contains
them.
The generated URL is
Click here to view the it.
//displayValues.jsp
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
List of query string parameters:
=


No comments:
Post a Comment