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

html:rewrite not playing nice with Websphere 4.0

           Summary: html:rewrite not playing nice with Websphere 4.0
           Product: Struts
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I make use of the tag html:rewrite for some of my JSPs.

Using Struts 1.1RC1 and Websphere 4.0, <html:rewrite page="/info.html"/> used to
generate
<a href="http://localhost:8080/myWebApp/info.html"/>, which was expected.

As of Struts 1.1RC2, same page, same server, the generated HTML code is
<a href="http://localhost:8080/myWebApp/myWebApp/info.html"/>.
(switching back to 1.1RC1 solves the issue)

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

Reply via email to