You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/10/11 15:52:30 UTC

DO NOT REPLY [Bug 23745] New: - jsp.error.unterminated.tag - improve error messages for misbuilt tags!

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 - improve error messages for misbuilt tags!

           Summary: jsp.error.unterminated.tag - improve error messages for
                    misbuilt tags!
           Product: Struts
           Version: 1.0 Final
          Platform: Other
               URL: http://jakarta.apache.org/struts/userGuide/struts-
                    bean.html
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: hauser@acm.org


I had <bean:write "inMsgList" property="read" filter="true" />
and got the below error message.

Obviously, <bean:write name="inMsgList" property="read" filter="true" />
would be correct.

But the error message is totally misleading.

Couldn't it say something like:
"Missing name attribute" or alike?


org.apache.jasper.JasperException: /myfile.jsp(139,13) 
jsp.error.unterminated.tag
	at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
	at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428)
	at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
	at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:729)
	at org.apache.jasper.compiler.Parser.parseElements(Parser.java:804)

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org