DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33426>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33426

           Summary: <html:base /> enhancement
           Product: Struts
           Version: Unknown
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Standard Actions
        AssignedTo: dev@struts.apache.org
        ReportedBy: [EMAIL PROTECTED]


This enhancement is to the <html:base> tag.  The reason for this enhancement
request is that the base tag as it stands only points to the jsp file that it is
contained in.  However the base tag is exceptionally useful when pointed at the
root of the URL.

My proposal is to add an optional attribute to the <html:base> tag. If the
attribute is missing (or is set to false) then the tag acts as it normally does.
 With the addition of the attribute being set to "true" then the tag points to
the root of the URL (ie //www.mysite.com/ or //locahost/mysite/).

Currently the only way of getting this is currently to have a block of
JavaScript code in every webpage and still needs to be set for each site and
copied into everypage.

tag: base
attributes:
 * root : Optional. Boolean value that determines whether the base tag points at
the root URL or the current page. The default is false.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to