There is no action tag for encoding the URL for rewriting.
You may use another component to encode the URL, and pass the encoded URL to the JSP as an attribute, or, use JSTL.
Kris Schneider
Ranch Hand
Joined: Feb 14, 2001
Posts: 71
posted
0
One way is to use an expression: <%= response.encodeURL("url/to/encode") %>