DO NOT REPLY [Bug 23745] - jsp.error.unterminated.tag received when doing struts tags - improve error messages for misbuilt tags!

2003-12-08 Thread bugzilla
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|RESOLVED|REOPENED
 Resolution|WONTFIX |



--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 13:26 ---
so, if you want to get this fixed and have eclipse, use
http://sourceforge.net/projects/lomboz/ and as per
http://www.objectlearn.com/support/docs/debuggingJSP.jsp this may help (you also
need http://www.sysdeo.com/eclipse/tomcatPlugin.html --
http://www.sysdeo.com/eclipse/jasperDebugPatchV4.1.24.zip)

not fixing the root cause creates an entire industry  ;)

it could be so much easier!

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



DO NOT REPLY [Bug 23745] - jsp.error.unterminated.tag received when doing struts tags - improve error messages for misbuilt tags!

2003-10-30 Thread bugzilla
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!





--- Additional Comments From [EMAIL PROTECTED]  2003-10-30 07:08 ---
Kin-Man, thx for the explanation. 

Does the Jasper project have some criteria defined for what is worth the
trouble ? 

Having your non-trivial parser change once (at least available in some debugging
mode) would have saved me and most likely many others to date and in the future
a lot of frustrating searching efforts.
Jasper would gain even higher user acceptance.

Rgds r.

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



DO NOT REPLY [Bug 23745] - jsp.error.unterminated.tag received when doing struts tags - improve error messages for misbuilt tags!

2003-10-30 Thread bugzilla
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!





--- Additional Comments From [EMAIL PROTECTED]  2003-10-30 18:50 ---
The criteria for assigning priorities to bugs is purely subjective.  OTOH, I
have no objections if someone supply a patch to generate better error message
for the test.  :)

In my opinion, the cause of the error is not hard to find, if you pay attention
to the location of the source where the error occurs.

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



DO NOT REPLY [Bug 23745] - jsp.error.unterminated.tag received when doing struts tags - improve error messages for misbuilt tags!

2003-10-29 Thread bugzilla
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!





--- Additional Comments From [EMAIL PROTECTED]  2003-10-29 11:14 ---
see also http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20405 and
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10903

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



DO NOT REPLY [Bug 23745] - jsp.error.unterminated.tag received when doing struts tags - improve error messages for misbuilt tags!

2003-10-29 Thread bugzilla
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]



DO NOT REPLY [Bug 23745] - jsp.error.unterminated.tag received when doing struts tags - improve error messages for misbuilt tags!

2003-10-16 Thread bugzilla
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!





--- Additional Comments From [EMAIL PROTECTED]  2003-10-16 12:04 ---
Also, sometimes, it appears that valid struts expression do not need to valid xml?

At least

td 
  logic:equal name=abc value=false
  class=italic_css
  /logic:equal
bean:write name=inMsgList property=subject ...

works for me as a way to selectively load a CSS style for rendering a table
cell, but doesn't really look like valid xml to me.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23860

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



DO NOT REPLY [Bug 23745] - jsp.error.unterminated.tag received when doing struts tags - improve error messages for misbuilt tags!

2003-10-13 Thread bugzilla
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

 AssignedTo|struts- |tomcat-
   |[EMAIL PROTECTED]  |[EMAIL PROTECTED]
 Status|REOPENED|NEW

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