Re: namespace getting appended to servletPath

2008-06-25 Thread Jeromy Evans
Dwipin C wrote: WEB-INF/jsp/ChangePassword.jsp Include a / in front of WEB-INF. (/WEB-INF/jsp/ChangePassword.jsp) S2 forwards to the JSP result and without the leading slash the container assumes it's a path relative to your pa

namespace getting appended to servletPath

2008-06-25 Thread Dwipin C
Hi, I have used a namespace "abc" for a particular set of action classes. The action class invocation happens with the namespace in the requested url, as expected. However after the processing is done, the namespace is appended to the result jsp. code snippet - http://struts.apache