DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16442>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16442 JSP in non-default module cannot call actions in that module [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-01-28 00:15 ------- Using multiple application modules *requires* that all requests flow through the controller servlet, so that the appropriate ModuleConfig can be stored as a request attribute. If you go directly to a JSP page, it defaults to the default module, which is exactly why you are seeing what you are seeing. If we could rely on Servlet 2.3 / JSP 1.2, we could avoid this restriction by simply using a Filter -- but we cannot do so for Struts 1.1. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>