RE: Sublte problem with nested Tiles and Struts Actions

2004-01-19 Thread Neil Pattinson
Pattinson Sent: 16 January 2004 14:31 To: [EMAIL PROTECTED] Subject: Sublte problem with nested Tiles and Struts Actions Hello All, I am using Struts with Tiles to build a nested layout, and have hit some wierdness: any comments/help much appreciated. ...snip (detailed description

Sublte problem with nested Tiles and Struts Actions

2004-01-16 Thread Neil Pattinson
Hello All, I am using Struts with Tiles to build a nested layout, and have hit some wierdness: any comments/help much appreciated. Background: I'm constructing a webapp allowing a 'client' to view useful info (e.g. about their account), and also allowing an 'admin' to view the client's info. I

nested tiles in struts

2003-10-27 Thread Derwyn . Harris
I can't seem to find any good examples of how to do this. I would like to have a nested tile inside of my body.jsp. For example I have a definition. definition name=tiles.mainLayout path=/WEB-INF/jsp/common/layout.jsp put name=title value=Tiles Blank Site / put

Re: nested tiles in struts

2003-10-27 Thread Frank Rizzo
I think that this will work for you. here is a nested tile in the body. some of my pages require a bordered box around the content, so the bordered box is a tile called .borderedContent. Shown below is a relevant excerpt from tiles-defs.xml, then the borderedcontent.jsp, and then the about