emil thushanga wrote:
Thanks for the solutions. i prefer to do it in interceptors way. if
any resources available for me to grab the thing please let me know. any
way thanks a lot.

A good place to start:
http://struts.apache.org/2.1.8.1/docs/interceptors.html
and
http://struts.apache.org/2.1.8.1/docs/writing-interceptors.html

Examples that should help:

This one accesses the action mapping:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ActionMappingParametersInteceptor.java

This one accesses the session:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/MessageStoreInterceptor.java

-Dale

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

Reply via email to