Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JELLY-137 Here is an overview of the issue: --------------------------------------------------------------------- Key: JELLY-137 Summary: Tag libraries should fail on unknown tag name Type: Improvement Status: Unassigned Priority: Major Project: jelly Components: core / taglib.core Versions: 1.0-beta-5 Assignee: Reporter: Hans Gilde Created: Fri, 10 Sep 2004 10:14 PM Updated: Fri, 10 Sep 2004 10:14 PM Description: If a tag can't be found by a tag library, it's output as XML. This is fine for tags where Jelly can't find a TagLibrary for the namespace. But, is a TagLibrary is found but the tag isn't, I think that there should be an error either at parse time or run time. For most libraries, I don't think that users want to output XML if they misspell a tag name. The TagLibrary always has the opportunity to return a tag that outputs the XML. So, for the cases that do need to output XML if there's no tag found, there's a solution. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
