Yes, this is assuming that your servlet dispatcher is mapped to /*.. If you're 
building your whole app with xwork, this is an ok assumption. You could have it under 
something else, like /xwork, if you wanted. The ServletDispatcher would use the rest 
of the path info (/myPackage/myAction) to find the package (myPackage) and then find 
the action mapping (for myAction). 


> -----Original Message-----
> From: Rickard Öberg [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, January 02, 2003 3:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] Action invocation
> 
> 
> 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?
> 
> /Rickard
> 
> -- 
> Rickard Öberg
> [EMAIL PROTECTED]
> Senselogic
> 
> Got blog? I do. http://dreambean.com
> 
> 
> 
> -------------------------------------------------------
> 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
> 


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