Apologies, I had my a copy of FilterDispatcher in my source code which was erroneous! Sorry for the inconvenience caused!
Regards. W.SayJon Email Disclaimer: The information contained in or attached to this email is confidential and solely for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, please notify the sender immediately and delete any copies of this email. Any unauthorised disclosure, copying, distribution or any action taken in reliance on the contents of this information is strictly prohibited and may be unlawful. 2009/1/28 Say Jon <wsay...@gmail.com> > Thanks for replying, Pawel. > However, I get the same error message when viewing the config browser. Any > ideas? > > Regards. > W.SayJon > > Email Disclaimer: > The information contained in or attached to this email is confidential and > solely for the use of the individual or entity to whom it is addressed. > If you are not the intended recipient, please notify the sender immediately > and delete any copies of this email. > Any unauthorised disclosure, copying, distribution or any action taken in > reliance on the contents of this information is strictly prohibited and may > be unlawful. > > > 2009/1/26 Paweł Wielgus <poulw...@gmail.com> > > Hi Say, >> have You looked at >> http://localhost:8080/CONTEXT/config-browser/index.action where >> CONTEXT is your app context? That might give You some clues, also to >> see this page You need to have config-browser plugin. >> >> Best greetings, >> Paweł Wielgus. >> >> >> 2009/1/25 Say Jon <wsay...@gmail.com>: >> > Hi everyone, >> > I have recently upgraded to 2.1.6 from 2.0.11. Startup is OK but when I >> > tried accessing my action class, I get the following error: >> > >> > 2009-01-25 18:45:25,158 ERROR FilterDispatcher:391 - error getting >> > ActionMapping >> > java.lang.NullPointerException >> > at >> > >> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:388) >> > at >> > >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> > ... >> > >> > My struts mapping is as follows, and I'm trying to access >> > Home-retrieve.action: >> > >> > <struts> >> > <package name="adminCommon" namespace="/restricted" >> > extends="stellar-default"> >> > <action name="Home-retrieve"><result >> > name="success">/restricted/home.jsp</result></action> >> > </package> >> > </struts> >> > >> > Pse help as I have been pulling my hair for hours! :) >> > >> > Regards. >> > W.SayJon >> > >> > Email Disclaimer: >> > The information contained in or attached to this email is confidential >> and >> > solely for the use of the individual or entity to whom it is addressed. >> > If you are not the intended recipient, please notify the sender >> immediately >> > and delete any copies of this email. >> > Any unauthorised disclosure, copying, distribution or any action taken >> in >> > reliance on the contents of this information is strictly prohibited and >> may >> > be unlawful. >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> >