I keep on having problem to attach files in Bugzilla. After I clicked
'Submit', it asked for my login again and then said 'No File is provided'.
Very frustrating. Both Mozilla and IE give me the same problem. Is it
because of my cookie or javascript settings?
Anyway, I've attached the zipped diff file here.
At 03:42 pm 25-09-2002, you wrote:
>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=12988>.
>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=12988
>
>[PATCH] FrameTag incorrectly render the 'longdesc' attribute
>
> Summary: [PATCH] FrameTag incorrectly render the 'longdesc'
> attribute
> Product: Struts
> Version: 1.1 Beta 2
> Platform: All
> OS/Version: All
> Status: NEW
> Severity: Normal
> Priority: Other
> Component: Custom Tags
> AssignedTo: [EMAIL PROTECTED]
> ReportedBy: [EMAIL PROTECTED]
>
>
>'longdesc' is rendered incorrectly.
>Must be a cut-and-paste mistake. :-)
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
John Yu
--- FrameTag.java_orig Wed Sep 25 15:36:42 2002
+++ FrameTag.java Wed Sep 25 15:37:23 2002
@@ -239,7 +239,7 @@
}
if (longdesc != null) {
results.append(" longdesc=\"");
- results.append(frameborder);
+ results.append(longdesc);
results.append("\"");
}
results.append(prepareStyles());
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>