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
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.
2 matches
Mail list logo