Re: Tiles: dynamically adding definitions

2003-03-03 Thread Jim Snyder
- Original Message - From: "John Nikolai" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 2:24 PM Subject: Re: Tiles: dynamically adding definitions > Thanks Cedric, I look forward to seeing t

Re: Tiles: dynamically adding definitions

2003-02-28 Thread Cedric Dumoulin
Hi, The doc is temporarily available at http://www.lifl.fr/~dumoulin/howto/ It will be added to the official doc asap. It is not planned yet to add the feature you describe to Tiles. Such future can be implemented and used by extending the current core implementation, without changing it. If

Re: Tiles: dynamically adding definitions

2003-02-27 Thread John Nikolai
Thanks Cedric, I look forward to seeing the document. Is this a feature which may be added to Tiles at a future date? Or is this too specialized? Thanks again, - John On Thursday, February 27, 2003, at 10:46 AM, Cedric Dumoulin wrote: Hi, The answer is yes, but it need some coding. The defa

Re: Tiles: dynamically adding definitions

2003-02-27 Thread Cedric Dumoulin
Hi, The answer is yes, but it need some coding. The default definition factory doesn't provide a well know API to add dynamically new definitions. What you can do is to implement your own definition factory to provide such functionality. You can extends the existing factory and add the met

Tiles: dynamically adding definitions

2003-02-26 Thread John Nikolai
Is it possible to define a few base tiles definitions (loaded using TilesPlugin) and, during runtime, read in other definitions which extend these base definitions? Here is an example use: We have an XML file which defines a web site and used to generate the web site navigation. If we add a ne