Hi Friends,

http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html#TroubleshootingguidemigratingfromStruts2.0.xto2.1.x-ExplicitlysettheincludeParamsattributeonallurltagsto%2522get%2522ifitisnotspecified.

web.xml suggest to change it and 
ActionMappingParams

Parameters set by the action mapping are not set/not available through
ParameterAware (This change is only needed when going to 2.1.x (where x>0))

These are now only available if you use the new interceptor named
"actionMappingParams".

but it gives error like

his is usually caused by using Struts tags without the associated filter.
Struts tags are only usable when the request has passed through its servlet
filter, which initializes the Struts dispatcher needed for this tag. -
[unknown location] :( please help me to know more about it.


-- 
View this message in context: 
http://www.nabble.com/did-any-one-sussesfully-able-to-use-org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter-tp22658665p22658665.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