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

"jsp.error.unterminated.tag" received when doing struts tags - improve error messages 
for misbuilt tags!

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2003-10-29 22:40 -------
The location of the error (139,13) indicates that the error occurs at column 13,
where "inMsgList" starts.  Jasper is looking for attributes of the form
foo="bar", and failing that, looks for '>', or '/>', and issues unterminated tag
error when that fails again.  All this is done at parsing time, and mandatory
attributes are not checked until later, so it does not know what attribute is
missing at this stage.

Note also that a JSP page in standard syntex is in general not a valid XML
document and cannot be validated.

To do better would involve some non-trivial changes to the parser, and the
benefit is not worth the trouble.

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

Reply via email to