You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/02/07 16:15:08 UTC

DO NOT REPLY [Bug 16882] New: - problem in redirect with multi module capacities

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

problem in redirect with multi module capacities

           Summary: problem in redirect with multi module capacities
           Product: Struts
           Version: 1.1 Beta 3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Standard Actions
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: ikar76@caramail.com


In the struts config file for a specific module "moduleX"
when I put the redirect for a forward at "true" the displayed jsp lost the
module context.
I explain ...
I have a struts config file named struts-config-moduleX.xml whith in the actions
Mapping a forward :
<forward name="success"  path="/jsp/searchresult.jsp" redirect="true" />
In the the searchresult.jsp page, the link Url bar is wrong :
I have :     http://localhost/jsp/searchresult.jsp 
instead of : http://localhost/jsp/moduleX/searchresult.jsp

the problem does not exist when the redirect parameter is "false"

Is it a bug or something wrong with my code?

Tkx

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org