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
peter royal made changes - 04/Sep/03 03:48 AM
Field Original Value New Value
Assignee peter royal [ proyal ]
Status Unassigned [ 1 ] Assigned [ 2 ]
Morgan Delagrange made changes - 09/Sep/03 05:09 PM
Affects Version/s 1.0-beta-4 [ 10215 ]
Morgan Delagrange made changes - 09/Sep/03 05:10 PM
Fix Version/s 1.0-beta-4 [ 10215 ]
Affects Version/s 1.0-beta-4 [ 10215 ]
dion gillard made changes - 27/Aug/04 05:27 AM
Status Open [ 1 ] Closed [ 6 ]
Resolution Fixed [ 1 ]