Thanks a lot, I will try it, I looks Tapestry's component's relationship is build by component class rather than component template. So, are there some dos about this?
On Sat, Mar 19, 2011 at 9:37 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 19 Mar 2011 01:16:21 -0300, Taha Hafeez <tawus.tapes...@gmail.com> > wrote: > > resources.getContainerResources().getEmbeddedComponent(nested_component_id); >> > > Also this: > > @InjectComponent > private ComB comB; // the name of the field should be the same as the > component's t:id > > or > > @InjectComponent("componentId") > private ComB anyFieldname; > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, > and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Best Regards Li Guoqiang