> Hmm... Fill me in on the big picture of what you're trying to
> accomplish, and I'll see what I can think of...

Well I'm writing a custom interceptor, and when I intercept, I need to 
know the "fully-qualified" name of the action invoked.

Suppose they call 'foo/bar/Some.action'.  Is this being serviced 
by 'foo/bar/Some' or 'Some'?  I can ask the proxy for the action name 
and the namespace, but I don't know whether the namespace was actually 
*used* or not.

Like in my case, I want to perform a lookup based on what action is 
being invoked.  But all I know *for sure* is what how the action was 
requested...

I can get the ActionConfig from the proxy.  Perhaps ActionConfig could 
contain getters for the namespace and action name that this config 
represents?

-Tim.


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