You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Asad Habib <as...@gmail.com> on 2008/03/07 08:01:51 UTC

Hiding the Path of Links

How do I hide the path of links in Struts? Should I use the action
attribute of <html:link> for this or is there a better way to
accomplish this?

- Asad

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Hiding the Path of Links

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/7, Asad Habib <as...@gmail.com>:
>
> How do I hide the path of links in Struts? Should I use the action
> attribute of <html:link> for this or is there a better way to
> accomplish this?



You can use the URL Rewrite filter:
http://tuckey.org/urlrewrite/

HTH
Antonio