You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Colin Sampaleanu <co...@exis.com> on 2003/06/06 20:45:55 UTC

How can skiining be handled?

I am interested in finding out if it's possible to have a Tapestry app 
support multiple skins (look and feels) simultaneously.  My hunch is 
that a mechanism which would work would be something like the 
'Localization with Templates' description in the Developers Guide. That 
is, each page has multiple templates available, and the right template 
is picked for that user based on some criteria (such as the initial url 
they came into the app on, or a setting fed to Tapestry, similar to the 
locale).

My question is if there is any easy mechanism to handle this today, and 
if anybody is doing it?

Regards,

Colin