Re: Zoneupdater mixin best practice

2010-07-23 Thread Stefan Hagström
H. de Paula Figueiredo" > To: "Tapestry users" > Sent: Friday, 23 July, 2010 15:49:03 GMT +02:00 Athens, Beirut, Bucharest, > Istanbul > Subject: Re: Zoneupdater mixin best practice > > On Fri, 23 Jul 2010 07:40:18 -0300, Peter Stavrinides > wrote: > >

Re: Zoneupdater mixin best practice

2010-07-23 Thread Peter Stavrinides
n someone suggest an example please Cheers, Peter - Original Message - From: "Thiago H. de Paula Figueiredo" To: "Tapestry users" Sent: Friday, 23 July, 2010 15:49:03 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Zoneupdater mixin best practice On Fri, 23 J

Re: Zoneupdater mixin best practice

2010-07-23 Thread Thiago H. de Paula Figueiredo
On Fri, 23 Jul 2010 07:40:18 -0300, Peter Stavrinides wrote: Hi all, Hi! To be more specific, I am using the Zoneupdater (code below) with a zone that encloses a form, and the form encloses several textfields. For my use case I only want to target one specific form element but don't kn

Zoneupdater mixin best practice

2010-07-23 Thread Peter Stavrinides
Hi all, I am trying out the Zoneupdater mixin on a dropdown. What I want to do is as follows: When the user selects an option from the dropdown I want to trigger an event that filters a list, which is then used on an autocomplete textfield. Sounds simple enough but I don't quite understanding