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=10536>. 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=10536 Closing tag is whitespace-sensitive Summary: Closing tag is whitespace-sensitive Product: Struts Version: 1.1 Beta 1 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I close a tag with some added space after the tag name, struts barfs. Example 1 works fine. Example 2 does not. I use the weird spacing to prevent any spaces from being displayed (and thus preventing spacing from messing up my presentation). Struts finds the opening tag just fine, but does not seem to find the closing tag, leading to an error in the parser. Example 1: <tr> <td> <html:link href="http://www.yahoo.com">Yahoo!</html:link> </td> </tr> Example 2: <tr> <td> <html:link href="http://www.yahoo.com" >Yahoo!</html:link ></td> </tr> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>