The following issue has been updated:
Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED])
Date: Tue, 9 Sep 2003 10:10 AM
Changes:
Version changed from 1.0-beta-4
Fix Version changed to 1.0-beta-4
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-73&page=history
---------------------------------------------------------------------
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:
core / taglib.core
Fix Fors:
1.0-beta-4
Assignee: peter royal
Reporter: Scott Howlett
Created: Fri, 22 Aug 2003 9:03 AM
Updated: Tue, 9 Sep 2003 10:10 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]