You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@jakarta.apache.org on 2004/08/27 07:28:20 UTC

[jira] Closed: (JELLY-73) Can't set inherit=false on include tag

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Thu, 26 Aug 2004 10:27 PM

Fixed today
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-73

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-73
    Summary: Can't set inherit=false on include tag
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: jelly
 Components: 
             core / taglib.core
   Fix Fors:
             1.0-beta-4

   Assignee: peter royal
   Reporter: Scott Howlett

    Created: Fri, 22 Aug 2003 9:03 AM
    Updated: Thu, 26 Aug 2004 10:27 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://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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org