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=23020>.
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=23020

simple page action mappings within modules to jsp's not working

           Summary: simple page action mappings within modules to jsp's not
                    working
           Product: Struts
           Version: 1.1RC2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Tiles framework
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It is not possible to use action mappings within modules to map directly 
to .jsp pages. For example if I have the following action mapping within the 
default module:

<action path="/test" forward="/WEB-INF/jsp/test.jsp"/>

This works fine.

However, if I place the same mapping within a struts module called 'testmodule' 
the TilesRequestProcessor calls the method internalModuleRelativeForward() 
which appends the module name to the path. So the forward 
becomes /testmodule/WEB-INF/jsp/test.jsp which cannot be found.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to