Is nesting Tile layouts possible?

2003-09-03 Thread Rick Reumann
Pardon if this is a real stupid question and has been covered before (I have looked at some of the docs and didn't see this addressed but I've been known to easily miss the obvious:). Imagine you have a site that has a main layout: COMPANY LOGO DATE MAIN MENU {II. main content section}

Is nesting Tile layouts possible?

2003-09-03 Thread Rick Reumann
Pardon if this is a real stupid question and has been covered before (I have looked at some of the docs and didn't see this addressed but I've been known to easily miss the obvious:). Imagine you have a site that has a main layout: COMPANY LOGO DATE MAIN MENU {II. main content section}

Re: Is nesting Tile layouts possible?

2003-09-03 Thread Rick Reumann
On Wed, 2003-09-03 at 17:31, Rick Reumann wrote: Is what I'm looking for possible with tiles? I thought I tried this by extending the base defintion, but maybe I haven't worked with it enough, let me mess with it some more. Sorry for a possible 'too soon' post. -- Rick

Re: Is nesting Tile layouts possible?

2003-09-03 Thread Rick Reumann
I'm still stumped even working with extending definitions on how to accomplish this. A friend in #struts_users was helping as well and his solution is good, but still seems like a lot of work. I posted the idea below this post... On Wed, 2003-09-03 at 17:31, Rick Reumann wrote: Pardon if this is

Re: Is nesting Tile layouts possible?

2003-09-03 Thread Jason Lea
You could try something like this: tiles-definitions definition name=BaseDef path=/BaseDef.jsp put name=header value=/header.jsp/ put name=menu value=${menu}/ put name=content value=${content}/ put name=footer value=/footer.jsp/ /definition definition name=AccountSubSection