Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
From IncludeTag:
public void setInherit(String inherit) {
if ("true".equals(inherit))
}
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?)