Hi, Consider this Layout component:
<body> <div id="container"> <t:branding t:id="branding" /> <t:heading t:id="heading" /> <t:body /> <t:copyright t:id="copyright" /> </div> </body> Suppose my 'body' can contain one or more 'Panel's. I want this Panel to have some standard UI assets and functionality, but most of it is 'free format'. Basically the 'free format' bit holds the actual use case representation. How would I do this? Should I create a base Panel Page (or component) and subclass for concrete panels? Basically in 'body' there could be more than one concrete t:bodies. If somebody still understands what I'm aiming for - please feel free to chime in ;-) -J. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]