Re: Filter results by ajax way from t:textField

2009-03-03 Thread Inge Solvoll
I think this is what you're looking for :) http://www.nabble.com/T5:-Equanda-feature-request-td22035962.html On Tue, Mar 3, 2009 at 11:24 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Tue, 03 Mar 2009 19:18:30 -0300, Dragan Sahpaski < > dragan.sahpas...@gmail.com> escreveu:

Re: Filter results by ajax way from t:textField

2009-03-03 Thread Thiago H. de Paula Figueiredo
Em Tue, 03 Mar 2009 19:18:30 -0300, Dragan Sahpaski escreveu: Please give me a short example. I don't know exactly what you mean. Start by taking a look at http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained. ;) -- Thiago H. de Paula Figueiredo Independent Java consultant, d

Re: Filter results by ajax way from t:textField

2009-03-03 Thread Dragan Sahpaski
Thanks for the fast responce but... Thiago H. de Paula Figueiredo wrote: Em Tue, 03 Mar 2009 18:15:08 -0300, Dragan Sahpaski escreveu: Hello htis is my first msg on th list. I am sort of a bigginer in tapestry5. Can anyone tell me how can i make an update to a zone (filter a grid for ex) b

Re: Filter results by ajax way from t:textField

2009-03-03 Thread Thiago H. de Paula Figueiredo
Em Tue, 03 Mar 2009 18:15:08 -0300, Dragan Sahpaski escreveu: Hello htis is my first msg on th list. I am sort of a bigginer in tapestry5. Can anyone tell me how can i make an update to a zone (filter a grid for ex) by a I want to filter results as I am typing. You would need to use Com

Filter results by ajax way from t:textField

2009-03-03 Thread Dragan Sahpaski
Hello htis is my first msg on th list. I am sort of a bigginer in tapestry5. Can anyone tell me how can i make an update to a zone (filter a grid for ex) by a I want to filter results as I am typing. As I can understand you can do the zone update only with an ActionLink. Is that true? Thanks