JSP CUSTOM TAG LIBRARIES


Examples: urlconverter tag
The following two JavaServer pages work together to convert the URL query strings passed as param1, param2, and param3 variables.

1. This is test.jsp


2. This is decode.jsp
See Also