Hi all,
can any body explain how to access wild card mapped params in interceptor in
struts2
Here is my action mapping :

<action name="wire/*" class="com.mycompany.actions.HomeController"
method="myMethod">
            {1}
            <result name="wire">/pages/news_wire.jsp</result>
        </action>

when i use interceptor which executes first and uses the node variable in
its code 
the node is not assigned (node=null when my action URL is wire/example) But
in myMethod i am able to access node as example which is executed after the
interceptor.

My requirement is first the interceptor should be executed after that
myMethod()

i think ActionInvocation object must be used 

help is appreciated.
Bye

-- 
View this message in context: 
http://www.nabble.com/access-wildcard-mapped-params-in-interceptor-in-struts2-tp25987715p25987715.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to