Re: [tiles] Re: Trouble with Nesting Tile Definitions

2006-10-17 Thread Chris Pratt
That did it. Boy, that's a lot of code, two definitions for each level of the tree seems a bit extreme. And I still don't understand why one and one worked while the other didn't, but it seems to be working now, so thanks for the help. (*Chris*) On 10/16/06, Antonio Petrelli <[EMAIL PROTECT

[tiles] Re: Trouble with Nesting Tile Definitions

2006-10-16 Thread Antonio Petrelli
Chris Pratt ha scritto: I'm seeing some weird behavior with my tiles definitions that I can't explain and I was hoping someone smarter than me could lend an eye. Here's an excerpt from my tiles-defs.xml: Err... tags

Re: Trouble with Nesting Tile Definitions

2006-10-16 Thread Chris Pratt
Unfortunately, unless I'm missing something, that would lose the extension to site.layout and the whole chain would be broken. I guess I didn't include enough of the tiles-defs.xml the first time. Here it is: http://struts.apache.org/dtds/tiles-config_1_1.dtd";>

RE: Trouble with Nesting Tile Definitions

2006-10-16 Thread Simon Pink
It appears like you are extending default.pane with login.error, but the default.pane is putting the default.layout back in (overidding login.error) when you call: Try extending default.layout with login.error and see if that works... -Original Message- From: Chris Pratt [mailto:[EMAIL