View Single Post
Newbie Member
22May2012,12:54  
jogep's Avatar
1.) Use the new PrepareAndExecute Filter

Code:
<filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter>
2.) How looks your Action Configuration?

3.) Do you call the action or the JSP?