Re: Looking for source to com.opensymphony.xwork2.ActionContext

2011-08-13 Thread acnice
Hey Can you please tell me the solution for this error. java.lang.NullPointerException com.opensymphony.xwork2.ActionContext.setContext(ActionContext.java:158) org.apache.struts2.dispatcher.ActionContextCleanUp.cleanUp(ActionContextCleanUp.java:131) org.apache.struts2.dispatcher.FilterDi

Re: Looking for source to com.opensymphony.xwork2.ActionContext

2011-08-13 Thread Dave Newton
On Sat, Aug 13, 2011 at 10:41 AM, acnice wrote: > Hey Can you please tell me the solution for this error. > Kinda difficult w/o any context. Did you set up the appropriate filter(s) in your web.xml? Dave