I tried different approaches now.
The smartclient widgets do exactly what I want, but since I have no
experience whatsoever with GWT and learning 2 new frameworks is
unfortunately beyond my resources at the moment, I want to stick with Tap5.

But how can I trigger an update of the grid component after filtering the
list?

I use the OnEvent(keyup) mixin on the textfield and filter the list which is
used for the grid instead. With a full page refresh everything works as
intended, but I want the grid to update itself on typing. As far as I can
see there is no possibility to do so, but still something is nagging me
along the lines that I didn't see something obvious.

Any hints would be appreciated.

Regards,
Otho

2009/1/27 Otho <taa...@googlemail.com>

> Thanks for all the info!
>
> Again a lot to read up and try out :)
>
> Regards,
> Otho
>
> 2009/1/27 Robert, Brice <brice.rob...@alliancebernstein.com>
>
> I also use T5 grid and its Ajax feature, by static I meant fixed number
>> of rows retrieve with GridDataSource (using Pager). I really like this
>> T5 feature since in T4 I had to create my own component to allow data
>> pagination through JPA/Hibernate.
>>
>> Lazy rendering doesn't need a Pager widget, scrolling through the page
>> using arrows retrieves the back end data.
>>
>> SmartClient has more Grid Ajax features that my customer wanted
>> yesterday that I don't have the time to develop :(
>>
>>
>> -----Original Message-----
>> From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
>> Sent: Tuesday, January 27, 2009 2:44 PM
>> To: Tapestry users
>> Subject: Re: [T5] Something like GlazedLists for T5?
>>
>> Em Tue, 27 Jan 2009 15:34:57 -0300, Robert, Brice
>> <brice.rob...@alliancebernstein.com> escreveu:
>>
>> > but I am mostly at the beginning and I must be sure if fits my need
>> > since SmartGwt uses lazy rendering compare to T5 grid wich uses static
>> > pagination.
>>
>> Tapestry's Grid, with its inplace parameter set to true, loads data via
>>
>> AJAX. If you pass a GridDataSource to the Grid, instead of a list, only
>>
>> the objects that are going to be shown now are retrieved. If this is
>> dynamic pagination, please enlighten me. :)
>>
>> --
>> Thiago H. de Paula Figueiredo
>> Independent Java consultant, developer, and instructor
>> http://www.arsmachina.com.br/thiago
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>> -----------------------------------------------------------------------------------
>> The information contained in the linked e-mail transmission and any
>> attachments may be privileged and confidential and is intended only for
>> the use of the person(s) named in the linked e-mail transmission. If you
>> are not the intended recipient, or an employee or agent responsible for
>> delivering this message to the intended recipient, you should not
>> review, disseminate, distribute or duplicate this e-mail transmission or
>> any attachments. If you are not the intended recipient, please contact
>> the sender immediately by reply e-mail and destroy all copies of the
>> original message. We do not accept account orders and/or instructions
>> related to AllianceBernstein products or services by e-mail, and
>> therefore will not be responsible for carrying out such orders and/or
>> instructions. The linked e-mail transmission and any attachments are
>> provided for informational purposes only and should not be construed in
>> any manner as any solicitation or offer to buy or sell any investment
>> opportunities or any related financial instruments and should not be
>> construed in any manner as a public offer of any investment
>> opportunities or any related financial instruments.  If you, as the
>> intended recipient of the linked e-mail transmission, the purpose of
>> which is to inform and update our clients, prospects and consultants of
>> developments relating to our services and products, would not like to
>> receive further e-mail correspondence from the sender, please "reply"
>> to the sender indicating your wishes.  Although we attempt to sweep
>> e-mail and attachments for viruses, we will not be liable for any
>> damages arising from the alteration of the contents of this linked e-mail
>> transmission and any attachments by a third party or as a result of any
>> virus being passed on. Please note: Trading instructions sent
>> electronically to Bernstein shall not be deemed accepted until a
>> representative of Bernstein acknowledges receipt electronically or by
>> telephone. Comments in the linked e-mail transmission and any
>> attachments are part of a larger body of investment analysis. For our
>> research reports, which contain information that may be used to
>> support investment decisions, and disclosures, see our website at
>> www.bernsteinresearch.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>

Reply via email to