Re: Dynamically loading a component

2010-10-06 Thread Omar Carvajal
, Istanbul Subject: Re: Dynamically loading a component This is horrible news since I have no way of knowing the components that needs to be called at design time (other wise I would use a t:block). There is no magic that can be done to achieve this at all? Even if I have to use the internal

Re: Dynamically loading a component

2010-10-05 Thread Kristian Marinkovic
the possible combinations. for more details take a look at the BeanEditor implementation. g, kris Von:Omar Carvajal tapes...@carvajalonline.com An: Tapestry users users@tapestry.apache.org Datum: 05.10.2010 06:19 Betreff:Re: Dynamically loading a component This is horrible

Dynamically loading a component

2010-10-04 Thread Omar Carvajal
Hey all, I am trying to dynamically load a component which must be determined at run time, I figured I must use a t:delegate to render the component. On the Java side of things I cannot figure out how to instantiate the actual component. I saw the @Component annotation with the type parameter

Re: Dynamically loading a component

2010-10-04 Thread Thiago H. de Paula Figueiredo
On Mon, 04 Oct 2010 19:35:38 -0300, Omar Carvajal tapes...@carvajalonline.com wrote: Hey all, Hi! I am trying to dynamically load a component which must be determined at run time, I figured I must use a t:delegate to render the component. On the Java side of things I cannot figure out how

Re: Dynamically loading a component

2010-10-04 Thread Omar Carvajal
This is horrible news since I have no way of knowing the components that needs to be called at design time (other wise I would use a t:block). There is no magic that can be done to achieve this at all? Even if I have to use the internal services. Thanks for your quick response. Omar On Oct