Message:

   The following issue has been re-assigned.

   Assignee:  (mailto:)
   Assigner: peter royal (mailto:[EMAIL PROTECTED])
       Date: Wed, 3 Sep 2003 8:48 PM
    Comment:
ah, good catch. will need to merge the two tags and have one be an alias of the other.
---------------------------------------------------------------------
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: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: jelly
 Components: 
             taglib.core

   Assignee: 
   Reporter: Scott Howlett

    Created: Fri, 22 Aug 2003 9:03 AM
    Updated: Fri, 22 Aug 2003 9:03 AM

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]

Reply via email to