[tiles2] Some words about proposed changes

2006-10-05 Thread Cedric Dumoulin
Hi all, I just came across some of the mails about Tiles2. First, I am very glad that someone has the time to let Tiles evolve. But, I am a little bit disappointed about how the proposed Tiles API evolved. In some case, I have the feeling that we are going backward :-). A lot of redunda

Re: [Standalone Tiles] Removing taglib attributes

2006-05-24 Thread Cedric Dumoulin
Hi, This is a backward compatibility reason, as nearly all the complex stuff in Tiles :-). The discussion should be in the old struts archives. If you remove redundancies, you will break some backward compatibilities, but you will certainly simplify Tiles. Cedric Wendy Smoak wrote:

Re: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread Cedric Dumoulin
The Tiles implementation has become complex because of the numerous backward compatibilities. I think that it is possible to simplify the code by removing some of them. For example it should be possible to simplify the way tiles initialize by removing struts 1.0 compatibility (if it still t

Re: TL Tiles (was Re: Taglibs and Tiles Extraction Issues)

2005-01-07 Thread Cedric Dumoulin
Hello everybody, I'am +1 in Tiles becoming a top level project, or at least to be extracted from the Struts core. You can add me in the set of initial committersin the draft proposal, if you agree. Cedric Ted Husted wrote: OK, there's a draft proposal up at [http://wiki.apache.org/struts/T

Re: Problem related to Struts-tiles

2004-10-01 Thread Cedric Dumoulin
initialization of Tiles in Struts. Hope this help, Cedric BaTien Duong wrote: Cedric Dumoulin wrote: Greeting Cedric: It has been a long time to see you again on the list. I wonder if you have some time to make tiles work better with faces. Here is what I have tried faces and tiles without struts (so

Re: Problem related to Struts-tiles

2004-09-30 Thread Cedric Dumoulin
Hi, Such question should be post in the struts-user mailing list :-). Tiles is a framework that build pages by assembling fragment or "tiles" on the server side. When you request a page made of tiles, the server return the entire page, not a particular tile. If you want only a particular are