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

Using Tiles, <html:base/> resolves to location of layout JSP

           Summary: Using Tiles, <html:base/> resolves to location of layout
                    JSP
           Product: Struts
           Version: Nightly Build
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When using tiles, the <html:base/> element renders something like:

<base href="http://localhost/appName/layouts/baseLayout.jsp";>

When I am expecting the actual URL used to access the page, more like:

<base href="http://localhost/onpoint/do/assetEdit?action=Search&reset=true";>

Using <base href="<%=request.getRequestURL()%>"> is a temporary workaround.  I 
believe this will only work with Servlet 2.3 API.

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

Reply via email to