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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to