Re: Another approach to dynamic templating (T5.1.0.5)

2011-10-04 Thread Caiiiycuk
Our project is used Tapestry 5.1.0.5, and we unable to upgrade it to lastest version (5.3) and even 5.2, cause we have lot of legacy code. But it is not important, just look to PageLoaderImpl (from 5.3 sources): public ComponentAssembler getAssembler(String className, ComponentResourceSelector

Re: Another approach to dynamic templating (T5.1.0.5)

2011-10-04 Thread Chris Poulsen
Interesting! How does your solution differ from the template skinning feature of T5.3? ( http://blog.tapestry5.de/index.php/2011/06/24/template-skinning/ ) - Or is it just the same functionality for pre 5.3 ? -- Chris On Tue, Oct 4, 2011 at 4:45 PM, Caiiiycuk wrote: > Hi. Let me explain. Imag

Another approach to dynamic templating (T5.1.0.5)

2011-10-04 Thread Caiiiycuk
Hi. Let me explain. Imagine that we have standard tapestry page: Templates.java and of course we have template of this page Templates.tml and it works perfect. But I need to change template of this page by user request. More precisely I want to use one java class (Templates.java) with many template