Re: Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-26 Thread Cedric Dumoulin
e new item in the list is a reference to the new Tile definition. Is this > possible? > > Thanks again, > > Chris > > -Original Message- > From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 25, 2002 10:29 AM > To: Struts Users Mailing List

RE: Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-26 Thread Chris Cool
Mailing List Subject: Re: Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically? Hello, If you are in a tile controller, you don't have to create a new ComponentDefinition, you can set the attributes of the current tiles (because you are i

Re: Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-25 Thread Cedric Dumoulin
Hello, If you are in a tile controller, you don't have to create a new ComponentDefinition, you can set the attributes of the current tiles (because you are in the controller). To add / overload an attribute in the context, do something like : String attribute = (String)context.getAttrib

Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-23 Thread Chris Cool
Hi, I have a tile that reads items from a PutList list and then inserts each item into the current page. When the items in the list are tiles defined in my tileDefinitions.xml file, the tiles are inserted into my JSP correctly. However, I want to dynamically create a tile defin

Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-22 Thread @Basebeans.com
Subject: Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically? From: "Chris Cool" <[EMAIL PROTECTED]> === Hi, I have a tile that reads items from a PutList list and then inserts each item into the current page. When the items

Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-22 Thread Chris Cool
Hi, I have a tile that reads items from a PutList list and then inserts each item into the current page. When the items in the list are tiles defined in my tileDefinitions.xml file, the tiles are inserted into my JSP correctly. However, I want to dynamically create a tile defin