<netui:rewriteURL> Tag
Allows a URL to participate in URL rewritting.
<netui:rewriteURL
URL="URL" />
Allows a URL to participate in URL rewritting.
Some containers rewrite URLs. This tag will pass the URL attribute through
the rewriters to generate a rewritten URL before it is output into the HTML stream.
Attributes |
URL |
Required: Yes | Supports
runtime evaluation / JSP Expression Language: Yes |
|
The value of the URL that will be rewritten. |
In this sample, the URL attribute will be rewritten and output within
the span tags. The actual value that will be written to the rendered HTML may
change depending on the application container.
<span>URL: <netui:rewriteURL URL="foo.do"/></span>