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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2003-09-15 15:03 -------
The forwardPattern setting only affects forwards with a path attribute e.g: 
    <action path="/test" 
            type="com.test.Test" 
            scope="request">
            <forward name="success" 
                     contextRelative="false" 
                     path="/WEB-INF/jsp/locations/newLocation.jsp" 
                     redirect="false" />
    </action>

It does not affect action mappings like the following:

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

These get prefixed with the module context.

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

Reply via email to