Re: multiple modules/ forward prefix module name

2005-10-03 Thread sseong
Solution found. Starting Struts 1.2, contextRelative attribute is no longer used. Instead, I had to use "module" attribute to define context root of where jsp file is. > Hello, > > I need help with struts forward with contextRelative set to false. Whan > ran, the struts prefixes module name i

multiple modules/ forward prefix module name

2005-10-02 Thread sseong
Hello, I need help with struts forward with contextRelative set to false. Whan ran, the struts prefixes module name in front of the path before forwarding to a jsp page. struts-test.xml (test submodule) When /test.do is ran, the /test/root/test.jsp is accessed instead of /root/test.jsp.