tapestry does not support dynamic component creation...  for good reason

please search the user list for "static structure, dynamic behaviour" to 
get more
information on that.

g,
kris



Von:    matt22 <s...@zoznam.sk>
An:     users@tapestry.apache.org
Datum:  08.07.2010 15:39
Betreff:        Re: Multiple Components in <t:delegate ...




hmmm, yes...
But I want to insert components dynamically, in class:

TML:
<t:delegate to="listOfComponents" ...

JAVA:
...
Block getListOfComponents(){
  //here i must create block with some elements...
}

How to do it?



kristian.marinkovic wrote:
> 
> correct... create a block with multiple coponents 
> 
> g,
> kris
> 
> 
> 
> Von:    matt22 <s...@zoznam.sk>
> An:     users@tapestry.apache.org
> Datum:  08.07.2010 07:15
> Betreff:        Multiple Components in <t:delegate ...
> 
> 
> 
> 
> Hi,
> Is it possible to render list of component in delegate?
> <t:delegate to="list of components" ...
> 
> or create new block and add component to the new block(and render the 
> block
> in delegate)?
> 
> thanks
> -- 
> View this message in context: 
> 
http://old.nabble.com/Multiple-Components-in-%3Ct%3Adelegate-...-tp29100029p29100029.html

> 
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Multiple-Components-in-%3Ct%3Adelegate-...-tp29100029p29107138.html

Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


Reply via email to