On Thu, Jan 02, 2003 at 09:47:24PM +0100, Rickard Öberg wrote:
> Jason Carreira wrote:
> >I don't like the idea of exposing the view we're mapping to. What If
> >I want to change the view that is mapped from the action? I think it
> >would be better to have:
> >
> >http://somehost.com/myPackage/myAction
> >
> >So you don't have to have any kind of extension... Just logical URLs
> >that make sense.
> 
> What would trigger the action filter/servlet?

The filter would be mapped to /* in almost all scenarios. It would
inspect all requests to see if the request uri (minus the context
prefix) is mapped to an action via the request mappings. Otherwise it
will let the (probably static file) pass through.

-Chris


-------------------------------------------------------
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