Message: The following issue has been re-assigned.
Assignee: peter royal (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-73 Here is an overview of the issue: --------------------------------------------------------------------- Key: JELLY-73 Summary: Can't set inherit=false on include tag Type: Bug Status: Assigned Priority: Minor Time Spent: Unknown Remaining: Unknown Project: jelly Components: taglib.core Assignee: peter royal Reporter: Scott Howlett Created: Fri, 22 Aug 2003 9:03 AM Updated: Wed, 3 Sep 2003 8:48 PM Description: >From IncludeTag: public void setInherit(String inherit) { if ("true".equals(inherit)) { this.shouldInherit = true; } } Obviously there's no way of setting inherit to false. I suppose the workaround is to use the import tag instead (why do both of these tags exists?) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/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]
