Tiles question

2003-06-19 Thread Mykola Ostapchuk
Hello, I'm new to tiles and can't make it work. I'm trying to display users list (body - users.jsp) and get an error: [ServletException in:/users.jsp] Cannot find bean usersList in scope request' . I'm populating 'usersList' bean and put it into request in my Action class. It displays header and f

Tiles question

2003-06-25 Thread Bailey, Shane C.
I am looking to do something like what is listed below, is it possible or a way to do similar: tiles-defs.xml:

Tiles question

2003-07-17 Thread Alex Shneyderman
I have tiles definition file and and I use Suppose now I need item2 to be displayed only for user in role admin How would I go about doing it? There is no role attribute for item. Is there a good way to do it? Thanks, Alex.

tiles question

2004-03-25 Thread Mariano García
Hi all, I have an html page (external.html) and in another my struts application is running, could I use a title:put pointing to his web page? That page is a dynamic perl page... I don't know if tiles:get tag gets directly a file, o maybe it can do a http request to another machine, in order to g

tiles question

2003-10-29 Thread Kalra, Ashwani
hi, I tiles you have to maintain two pages. One that includes all the sections like header, footer, variable content jsp, etc. and one jsp which contains your code(varible part). This doubles up the no of jsps ? Is it ok. any work around ? TIA Ashwani Kalra http://www.geocities.com/ashwani_kalra

tiles question

2002-09-12 Thread Vladislav Kamensky
Hi. I am trying to use tiles in Struts 1.1.b and i found in the examples that tiles-defs.xml is referenced twice in application 1. web.xml What does it mean ? -- Vlad Kamensky, @Business SPb. -- To unsubscribe, e-mail: For additional

Tiles Question

2002-11-27 Thread Daniel Ritchey
Can a tiles definition layout path reference a Struts action path? I need to be able to dynamically select which layout to use. Thanks in advance, Dan -- To unsubscribe, e-mail: For additional commands, e-mail:

tiles question

2002-04-08 Thread eschneider
Hi, Is it possible to call a tiles layout definition from an action tag in my struts-config.xml file? Here's the tag in my struts-config.xml: Here's the definition in my tiles-defs.xml: When I try to invoke this action forward I get an exception: java.lang.IllegalArgumentException

Simple Tiles question

2003-07-24 Thread Erez Efrati
A simple question I guess, Is it legal to have the tags like and others in a tile. Meaning, when converting a page to a tile, do I have to remove those etc. tags? Erez - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Tiles question

2003-06-19 Thread Sergey Smirnov
Did you add Tiles plugin in your struts-config.xml ? - Original Message - From: "Mykola Ostapchuk" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 6:48 PM Subject: Tiles question > Hello, > I

Re: Tiles question

2003-06-19 Thread Mykola Ostapchuk
t" <[EMAIL PROTECTED]>; "Mykola Ostapchuk" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 10:12 PM Subject: Re: Tiles question > Did you add Tiles plugin in your struts-config.xml ? > > > - Original Message - > From: "Mykola Ostapchuk&quo

Re: Tiles question

2003-06-19 Thread Jason Lea
Hi, The action DoFirst.java isn't putting the userList bean into the request. It should be doing something like request.setAttribute("userList", userListBean); It is also using the 'perform()' method, if you are using the latest struts then you should be using the 'execute()' method instead.

Re: Tiles question

2003-06-19 Thread Mykola Ostapchuk
of this "additional" forwarding all the objects in request disappear? - Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 10:47 PM Subject: Re: Tiles question >

Re: Tiles question

2003-06-19 Thread Jason Lea
Mykola Ostapchuk wrote: I have request.setAttribute("userList", userListBean); string in execute() method. My Action class works well without tiles - it returns a bean to users.jsp and I see the users list. I'm wandering if I'm using DoFirst action forward class in a right way? Maybe because of thi

Re: Tiles question

2003-06-19 Thread Mykola Ostapchuk
in my case. - Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 11:26 PM Subject: Re: Tiles question > Mykola Ostapchuk wrote: > > I have request.setAtt

RE: Tiles question

2003-06-25 Thread Kamholz, Keith (corp-staff) USX
Can you explain what you want to do in english, rather than pseudocode? -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:54 AM To: [EMAIL PROTECTED] Subject: Tiles question I am looking to do something like what is listed below

RE: Tiles question

2003-06-25 Thread Bailey, Shane C.
Look at the bottom of the original message. -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 12:02 PM To: 'Struts Users Mailing List' Subject: RE: Tiles question Can you explain what you want to do in engli

RE: Tiles question

2003-06-25 Thread Bailey, Shane C.
Here is a little more detail: I want a single reusable JSP error page which will have two pieces. 1. The message the user sees must be variable (was a prob., figured out a decent solution. I still want multi-line, formatted HTML to be sent to the JSP though) 2. The stacktrace printed in a

Re: Tiles question

2003-07-17 Thread Sandeep Takhar
Haven't gone into the details of it.. but could you pass in one definition (override) over the other where one putlist is different than the other and each has a role name on it? sandeep --- Alex Shneyderman <[EMAIL PROTECTED]> wrote: > I have tiles definition file and and I use > > > >

Basic Tiles question!

2004-02-04 Thread Anand Stephen
Any idea what would cause this exception? 500 Servlet Exception java.lang.NullPointerException at org.apache.struts.taglib.tiles.InsertTag.processName(InsertTag.java:528) at org.apache.struts.taglib.tiles.InsertTag.createTagHandler(InsertTag.java :487) at org.apache.st

Re: tiles question

2003-10-30 Thread Frers Michael
- Original Message - From: "Kalra, Ashwani" <[EMAIL PROTECTED]> To: "Struts (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 6:27 AM Subject: tiles question > hi, > I tiles you have to maintain two pages. One that includes all the se

Re: tiles question

2003-10-30 Thread Adam Hardy
On 10/30/2003 09:00 AM Frers Michael wrote: Hi well this is ok tiles is used to manage many jsp sides with all nearly the same layouts over one configuration file this means you have to maintain (if you use full tiles power) minimum 3 files: the layout jsp (setting positions of header, body, footer

Re: tiles question

2003-10-30 Thread Ruth, Brice
There's a method of reducing this duplication in Ted Husted's "Struts in Action" book - the method, I believe, is called the "body wrap" method and it addresses a particular situation that is common, that allows you to eliminate this duplication. Also, you can define and extend tile definitions

RE: tiles question

2003-10-30 Thread shirishchandra.sakhare
.. In fact, ted Husteds book(Struts In Action)has a very chapter about it.That should ehlp u. Regards, Shirish -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 3:48 PM To: Struts Users Mailing List Subject: Re: tiles question There

Simple Tiles Question

2003-11-28 Thread Gurpreet Dhanoa
hi ALL, When we incluse dtd while declaring tile-def.xml file which looks something like. http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";> IS IT NESECCARY I SHOULD BE CONNECTED TO INTERNET WHILE USING THIS dtd. Regards Gary

Basic Tiles question

2003-03-04 Thread Steve Stair
How do I get the contents of a variable which is clearly available inside the layout file to be available inside a tile? In my layout file, I can have something like which works just fine. If I put the same tag in a tile, I get this error message: [ServletException in:/tiles/test.jsp] Error

RE: tiles question

2002-09-12 Thread Galbreath, Mark
1. It appears the first is a comment - an optional suggested configuration. 2. Apparently, there is a method in MessageResources that requires this declarative setting; what's the big deal? Struts is still beta, after all. -Original Message- From: Vladislav Kamensky [mailto:[EMAIL PRO

Re: tiles question

2002-09-12 Thread Cedric Dumoulin
Vladislav Kamensky wrote: >Hi. > >I am trying to use tiles in Struts 1.1.b and i found in the examples that >tiles-defs.xml is referenced twice in application > >1. web.xml > > >parameter="org.apache.struts.webapp.tiles.dev1-1.ApplicationResources" null="false"/> > >What does it mean

Re: tiles question

2002-09-12 Thread Vladislav Kamensky
> 1. It appears the first is a comment - an optional suggested configuration. No. I commented it in order to test whether it makes sence. The answer from "Cedric Dumoulin" seems to be truth. > The plugin loads the config from web.xml, and override them with the > data from struts-config.

newbie tiles question

2002-10-08 Thread Daniel Haynes
I get an error when trying to display a simple JSP using Tiles: - org.apache.jasper.JasperException: Error - Tag Insert : No value defined for bean 'forteus.default' with property 'null' in scope 'request'. I don't fully understand what is happening, or indeed what is meant to happen... Does some

Re: tiles question

2002-06-13 Thread Udo Walker
want) > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 5:25 PM > To: [EMAIL PROTECTED] > Subject: tiles question > > Hi, > > Is it possible to call a tiles layout definition from an action

Re: tiles question

2002-06-13 Thread Cedric Dumoulin
ion > > org.apache.struts.tiles.ActionComponentServlet > > > > > > Also, in struts-config.xml, you should have: > > > > > nocache="true"/> > > > > (You can change the nocache if you want) > > > > -Original Message- &

Re: tiles question

2002-06-13 Thread Udo Walker
you should have: > > > > > > action > > > org.apache.struts.tiles.ActionComponentServlet > > > > > > > > > Also, in struts-config.xml, you should have: > > > > > > > > nocache="true"/> > > > > &

Re: tiles question

2002-06-13 Thread Cedric Dumoulin
t; > > You may need to check and make sure you have the proper settings in web.xml. > > > > In web.xml, you should have: > > > > > > > > action > > > > org.apache.struts.tiles.ActionComponentServlet > > > > > > > > > > > > Also, i

Re: tiles question

2002-06-13 Thread Udo Walker
> > > > > > > You may need to check and make sure you have the proper settings in web.xml. > > > > > In web.xml, you should have: > > > > > > > > > > action > > > > > org.apache.struts.tiles.ActionComponentServlet &g

Re: Tiles Question

2002-11-27 Thread gus
Daniel Ritchey schrieb: Can a tiles definition layout path reference a Struts action path? I need to be able to dynamically select which layout to use. Your scenario seems to be similar to the TabbedLayout example. [...]\struts-tiles\layouts\tabsLayout.jsp is doing this - although with the cla

Re: Tiles Question

2002-11-29 Thread Cedric Dumoulin
The answer is yes. Daniel Ritchey wrote: Can a tiles definition layout path reference a Struts action path? I need to be able to dynamically select which layout to use. Thanks in advance, Dan -- To unsubscribe, e-mail: For additional commands, e-mail:

Struts/Tiles question

2002-12-11 Thread Raghavan, Namita
Hi, I am using Tiles and Struts and WebLogic 6.1. I have created some tile definitions in a file called mytiles-defs.xml under DefaultWebApp\WEB-INF. When I try to access my main page, I get the foll. exception: Factory initialized

Re: tiles question

2002-04-09 Thread Cedric Dumoulin
Yes it is ;-) Have you specify to use the appropriate Tiles processor (if struts1.1) or tiles action servlet (struts1.0.x) ? In struts1.1, add following to your struts-config file : In struts 1.0, specify to use ComponentActionServlet in web.xml. Check documentation or exampl

Re: tiles question

2002-04-09 Thread Ingo Bruell
Hi Struts, etco> Is it possible to call a tiles layout definition from an action tag in my etco> struts-config.xml file? etco> Here's the tag in my struts-config.xml: etco> forward="site.resources.page"/> etco> Here's the definition in my tiles-defs.xml: etco> etco> et

RE: tiles question

2002-04-09 Thread Wellie W. Chao
ction org.apache.struts.tiles.ActionComponentServlet Also, in struts-config.xml, you should have: (You can change the nocache if you want) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 5:25 PM To: [EMAIL PROTECTED] Subject: tiles question Hi,

Re: Tiles Question

2001-10-18 Thread Cedric Dumoulin
Hi, I have no ideas on an xml/xsl architecture using tiles. But, for dynamic portal, I have added such an example in the latest distribution (tiles/tutorial/dynPortal). This example allows to choose tiles to render in portal. You can choose in a list of available tiles, and move tiles be

Stupid Tiles Question

2002-01-30 Thread Andy Noble
Sorry for this stupid tiles question, but I need to make sure I understand this. When I tried tiles, it appeared to severely affect performance. This seemed to be because a new JSP was *constructed* on each request and then *compiled* before finally being run, which then served up the HTML to

RE: Simple Tiles question

2003-07-24 Thread Mike Jasnowski
: Thursday, July 24, 2003 3:51 PM To: 'Struts Users Mailing List' Subject: Simple Tiles question A simple question I guess, Is it legal to have the tags like and others in a tile. Meaning, when converting a page to a tile, do I have to remove thos

RE: Simple Tiles question

2003-07-24 Thread Erez Efrati
It's strange since until now I haven't removed those tags and it just went fine...strange no? -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:52 PM To: Struts Users Mailing List Subject: RE: Simple Tiles question It depends

RE: Simple Tiles question

2003-07-24 Thread aies22
better to use the JSP tags rather than plain html. -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 9:51 PM To: 'Struts Users Mailing List' Subject: Simple Tiles question A simple question I guess, Is it legal to have the tags like and

RE: Simple Tiles question

2003-07-24 Thread Hue Holleran
'Struts Users Mailing List' > Subject: Simple Tiles question > > > A simple question I guess, > > Is it legal to have the tags like and others in a tile. > Meaning, when converting a page to a ti

RE: Simple Tiles question

2003-07-24 Thread Mike Jasnowski
Yeah, that's strange, but then some browsers are pretty good at ignoring bad HTML -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:56 PM To: 'Struts Users Mailing List' Subject: RE: Simple Tiles question It's stran

RE: Simple Tiles question

2003-07-24 Thread Erez Efrati
Struts tag, or am I wrong? I wish... Erez -Original Message- From: Hue Holleran [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:59 PM To: Struts Users Mailing List Subject: RE: Simple Tiles question Erez, Tiles are included in the HTML page like any other 'fragment&#

RE: Basic Tiles question!

2004-02-04 Thread Andrew Hill
Hmm... Looks like you got yourself a null pointer mate! ;-) -Original Message- From: Anand Stephen [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 February 2004 13:48 To: Struts-User Subject: Basic Tiles question! Any idea what would cause this exception? 500 Servlet Exception

RE: Basic Tiles question!

2004-02-04 Thread Michael McGrady
Name" method that is null. At 09:46 PM 2/4/2004, you wrote: Hmm... Looks like you got yourself a null pointer mate! ;-) -Original Message- From: Anand Stephen [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 February 2004 13:48 To: Struts-User Subject: Basic Tiles question! Any idea w

Re: Basic Tiles question!

2004-02-05 Thread Mark Lowe
On 5 Feb 2004, at 06:47, Anand Stephen wrote: Any idea what would cause this exception? 500 Servlet Exception java.lang.NullPointerException at org.apache.struts.taglib.tiles.InsertTag.processName(InsertTag.java: 528) at org.apache.struts.taglib.tiles.InsertTag.createTagHand

Re: Simple Tiles Question

2003-11-28 Thread Morten Andersen
I think so... It might be possible to download the dtd to a directory in your webapplication's directory locally and then refer to that instead... Morten Andersen At 11:42 28-11-2003, you wrote: hi ALL, When we incluse dtd while declaring tile-def.xml file which looks something like. http://

Re: Basic Tiles question

2003-03-06 Thread Cedric Dumoulin
Hi, A tile attribute is only visible in its tile, not in its parent, not in the sub tiles. You should pass the attribute explicitly from the current tile to the inserted tile, or put the value in the request context: Cedric Steve Stair wrote: How do I get the contents of a variab

Re: newbie tiles question

2002-10-08 Thread Cedric Dumoulin
Hi, As you use definitions defined in a xml file, you should insert them as follow: In your example, you have use "beanName" instead of "name". Cedric Daniel Haynes wrote: >I get an error when trying to display a simple JSP using Tiles: >- org.apache.jasper.JasperExcepti

RE: newbie tiles question

2002-10-08 Thread Holman, Cal
niel Haynes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 10:16 To: Struts-User (E-mail) Subject: newbie tiles question I get an error when trying to display a simple JSP using Tiles: - org.apache.jasper.JasperException: Error - Tag Insert : No value defined for bean 'forteus.default

RE: newbie tiles question

2002-10-08 Thread Daniel Haynes
Thanks - that worked ! Dan -Original Message- From: Holman, Cal [mailto:[EMAIL PROTECTED]] Sent: 08 October 2002 15:40 To: 'Struts Users Mailing List' Subject: RE: newbie tiles question Try changing your home.jsp to reference the definition not a bean This is the JSP that i

Re: Struts/Tiles question

2002-12-12 Thread Cedric Dumoulin
Hi, The exception says that the Tiles Factory can't be found, so I suppose there was a problem during the initialization of it. If you use latest nightly build of Struts1.1 (recommended), you need to declare the TilesPlugin in the struts-config.xml. You don't need the ActionComponentServle

Re[2]: tiles question

2002-04-09 Thread Ingo Bruell
Hi Struts, WWC> Also, in struts-config.xml, you should have: WWC> > yes, that it was. Thanks so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key available at pgpkeys.mit

Re: Stupid Tiles Question

2002-01-30 Thread Ted Husted
wrote: > > Sorry for this stupid tiles question, but I need to make sure I understand > this. > > When I tried tiles, it appeared to severely affect performance. This seemed > to be because a new JSP was *constructed* on each request and then > *compiled* before finally being run

Re: Stupid Tiles Question

2002-02-01 Thread Cedric Dumoulin
wrote: > Sorry for this stupid tiles question, but I need to make sure I understand > this. > > When I tried tiles, it appeared to severely affect performance. This seemed > to be because a new JSP was *constructed* on each request and then > *compiled* before finally being run, w

RE: Stupid Tiles Question

2002-02-01 Thread Galbreath, Mark
If content/functionality is relatively static (and you are not deploying to unknown containers), JSPs should really be precompiled by the container JSP compiler (Jasper in Tomcat) and included in the jar deploy file. Mark -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]

RE: Tiles question - menu items

2002-09-16 Thread Heligon Sandra
internationalisation. Have you really use JSTL Core with Tiles components ? Is it the unique solution to customize the menu for each page ? -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: 16 September 2002 20:20 To: Struts Users Mailing List Subject: Re: Tiles questi

Re: Struts/Tiles question[2]

2002-12-12 Thread Susan Bradeen
On 12/12/2002 04:11:08 AM Cedric Dumoulin wrote: > If you use latest nightly build of Struts1.1 (recommended), you need ... Is the 20021107 build close enough? Or go with last night's build? I am just starting to implement Tiles today (got Struts in Action opened to chapter 11 :)). > Cedri

Re: Struts/Tiles question[2]

2002-12-12 Thread Cedric Dumoulin
I don't remind the exact day when I have added the multi-modules behavior. To be sure, take the latest nightly build. Cedric Susan Bradeen wrote: On 12/12/2002 04:11:08 AM Cedric Dumoulin wrote: If you use latest nightly build of Struts1.1 (recommended), you need ... Is the 200

Re: Struts/Tiles question[2]

2002-12-12 Thread Gemes Tibor
2002. december 12. 16:27 dátummal Cedric Dumoulin ezt írtad: > I don't remind the exact day when I have added the multi-modules > behavior. To be sure, take the latest nightly build. By the what is the multi-modules like? Where can I read some docs about it? Do I have to create different layou

Re: Struts/Tiles question[2]

2002-12-12 Thread Cedric Dumoulin
Gemes Tibor wrote: 2002. december 12. 16:27 dátummal Cedric Dumoulin ezt írtad: I don't remind the exact day when I have added the multi-modules behavior. To be sure, take the latest nightly build. By the what is the multi-modules like? This is the module capability provided by str

Tiles question: Using inside tiles:put

2002-03-06 Thread Molitor, Stephen
Is it OK to use bean:message to look up a message inside a tiles:put tag? For example: The instantiating page might get the title like this: Is anyone else doing this? Usually this works for me, but sometimes the servlet container (WebLogic SP8) blows up on the getAsString. Tha

Tiles question about file location(s)

2003-03-19 Thread Mick . Knutson
I am wondering how I should structure my tile files   I currently have secured, and non-secured files planned to be used:   Non Secured: == /index.jsp /help.jsp /content/*.jsp /content/*.do   Secured: === /private/*.jsp /private/*.do   Both use common tiles, images, styles etc.

RE: Tiles question: Using inside tiles:put

2002-03-06 Thread Andre Beskrowni
i use this technique all the time, though i specify the type (can't remember why...): ab > -Original Message- > From: Molitor, Stephen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 10:37 AM > To: 'Struts Users Mailing List'; [EMAIL

Struts Tiles: Question Mark characters in page output

2004-02-07 Thread eric scroger
Can someone tell me why I'm getting question mark chacters in my output display instead of the actual page content? I'm using Tomcat 4.0.x with Struts 1.1. I'm using a simple layout template and setting the Tiles in the layout as follows: layout.jsp: <%@ taglib uri="/WEB-INF/struts-tiles.tld" pr

Re: Struts Tiles: Question Mark characters in page output

2004-02-08 Thread Adam Hardy
On 02/07/2004 10:53 PM eric scroger wrote: Can someone tell me why I'm getting question mark chacters in my output display instead of the actual page content? I'm using Tomcat 4.0.x with Struts 1.1. Question marks in the output can be the result of taglibs not finding their given key in the resou

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

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-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

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

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-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