On Sun, 28 Sep 2003 16:53:41 +0200, Jerome BERNARD wrote:

> Hi,
> 
> I would like to be able to map some URL to some actions where part of the
> URL is transformed as a parameter to the action. For example, I would like
> the URL "http://myhost.com/article/XYZ"; to be rendered as the view of the
> action "showArticle" with the parameter "articleID" set to "XYZ".
> 
> I could possibly do such a thing using Apache (and especially mod_rewrite)
> as a proxy to the web server, but I would like to handle it at the Servlet
> level.

I do this sort of stuff in a servlet filter.

-k.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to