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

html:base does not render port

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-07-24 11:56 -------
This is invalid.  I just verified the following:

--tomcat
I configured Tomcat4.1.7 LE (jdk1.4) to run against port 8033

--jsp
...
...
<logic:equal name="registrationForm" property="action"
            scope="request" value="Edit">
  <title><bean:message key="registration.title.edit"/></title>
</logic:equal>
<html:base/>
</head>
<body bgcolor="white">
...
...


--resulting html
...
...
  <title>Edit Registration for the MailReader Demonstration Application</title>

<base href="http://localhost:8033/struts-example/registration.jsp";>
</head>
<body bgcolor="white">
...
...

Next time you report a bug that causes people time and effort to 
verify....PLEASE PLEASE PLEASE:
1) Ask about it on the users list
2) Provide more detail about your system and configuration
3) Details, Details, Details

James Mitchell

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

Reply via email to