On Tue, Jun 9, 2009 at 8:42 AM, Christian Senk<[email protected]> wrote: > But with this technique you replace only the stylesheets, > it is not possible in T5 to replace the generated HTML from skin to skin
IMHO, if you replace the generated HTML, it's not a skin, it's something else, as you're changing functionality too. When I think about a skin, I remember how they're implemented in Firefox, Opera and Winamp, for example: they just change how things look, not how they work. > like in Wordpress because the TML and the Java-class are strongly wired > together, or? > This would be really great ^.^ The class is wired to the template and vice-versa, but you can always create components for smaller parts and use the Delegate component. You can also use the template extension feature in Tapestry 5.1.0.5. Take a look at how BeanEditor/BeanEditForm works, for example. I guess people still need to learn how to think in the "static structure, dynamic content" philosophy of Tapestry. It's a change of how to solve some problems, so people need time to get used to it. -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
