Issue Details (XML | Word | Printable)

Key: JELLY-73
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: peter royal
Reporter: Scott Howlett
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Jelly

Can't set inherit=false on include tag

Created: 22/Aug/03 04:03 PM   Updated: 27/Aug/04 05:27 AM
Return to search
Component/s: core / taglib.core
Affects Version/s: None
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

Resolution Date: 27/Aug/04 05:27 AM


 Description  « Hide
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?)



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #136043 Fri Aug 27 05:23:27 UTC 2004 dion Fix for JELLY-73
Files Changed
MODIFY /jakarta/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/IncludeTag.java