hi harald,

want you ask for is not doable in Tapestry... for good reason :)
(please search the mailing list for static structure dynamic behvior)


part of what you want can be achieved with a Delegate
component. you'd have to declare you layout specific 
components in your Layout component within a Block 
and display one of these components using a Delegate.

g,
kris




Harald Graf <[EMAIL PROTECTED]> 
12.11.2007 16:15
Bitte antworten an
"Tapestry users" <users@tapestry.apache.org>


An
Tapestry users <users@tapestry.apache.org>
Kopie

Thema
[T5] Dynamic Layouts]









hi all,

is there any possibility to use dynamic layouts for example, i'd like to 
use some variable for my
layout name (${layout} which is then filled in my pageclass at runtime 
depending on some conditions.

<html t:type="${layout}" xmlns:t="
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
</html>

thank you,
harald





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to