And don't be too afraid to create more pages, one page for each view. If
you find that you have to duplicate code in the pages you could probably
put that into services and components and that way your code will be
easier to maintain than one complex page.
Thiago H. de Paula Figueiredo skrev 2010-11-20 14:49:
On Sat, 20 Nov 2010 08:14:03 -0200, Timo Nentwig
<timo.nent...@toptarif.de> wrote:
White labeling. Same code, different appearance.
As Juan said, CSS can solve most of your problem here. If you need
HTML structure differences, not just appearance ones, you can use
blocks, components and the Delegate component. Example here:
http://tapestry.apache.org/tapestry5.1/cookbook/switch.html.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org