Link Examples
Simple Links
If you view this page with cookies disabled, you will see that the struts tags append the session id to the link URL.
Observe that the HTML <a> tag does not have the URL appended.
Links with Parameters
Rewrite Links
These are generated by the <html:rewrite> tag, which generates hyperlink paths (not anchor tags).
- /cookbook/processLinks.do?color=red
- /cookbook/processLinks.do?msg=Hello%2C+world%21
- /cookbook/processLinks.do?animal=Rabbit&color=Red&fruit=Apple
-
/cookbook/processLinks.do?shippedfrom=New+York&buybefore=Tomorrow
- /cookbook/processLinks.do