Re: How to command the child component?

2013-02-19 Thread bigcache1
Thanks a lot, I forgot this move, with addRender. And I'm using composition, not inheritance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-command-the-child-component-tp5720074p5720104.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: How to command the child component?

2013-02-18 Thread Thiago H de Paula Figueiredo
On Mon, 18 Feb 2013 18:37:55 -0300, René Bernhardsgrütter wrote: Hi, Hi! in Ninja, you could do something like this @Component Katana katana; You need to use @InjectComponent if you define the component on the template. @Component should only be used when you just use t:id in

Re: How to command the child component?

2013-02-18 Thread René Bernhardsgrütter
ot it be great, to just call myZone.update()? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/How-to-command-the-child-component-tp5720074.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Re: How to command the child component?

2013-02-18 Thread Thiago H de Paula Figueiredo
If you want to update a given zone using JavaScript, you'll need to use something like this: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/onevent. var zoneManager = Tapestry.findZoneManagerByZoneId(zoneId); zoneManager.updateFromURL(listenerURIWithValue); On Mon, 18 Feb 201

How to command the child component?

2013-02-18 Thread bigcache1
in context: http://tapestry.1045711.n5.nabble.com/How-to-command-the-child-component-tp5720074.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org