DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39080>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39080





------- Additional Comments From [EMAIL PROTECTED]  2006-05-30 11:34 -------
It seems that Standalone Tiles does not suffer of this "bug" because a totally
different strategy used to resolve inheritances between definitions.
Struts Tiles:
1) Take the root definition and call it "definition"
2) Get the next child and call it "child"
3) If the definition has missing attributes (including "extend" and "path"),
overload them with child's ones.
4) Go to point 2

Standalone Tiles:
1) Take the last child and call it "definition"
2) Take the parent of "definition" and call it "parent"
3) Overload all missing attributes in "definition" with "parent" ones.
4) Take the parent of "parent" and call it "parent" until root definition is 
reached
5) Go to point 3

Therefore in Standalone Tiles the "child" attributes have the "precedence" to
the parent ones. In Struts Tiles it is exactly the opposite

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to