Another interesting idea is doing href (or onclick) replacement of those links. Now, i'm not 100% sure that this is possible, but couldn't AjaxForm emit javascript that somehow fixes the header and paging links? It could search by tag name A having an onclick="Tapestry.submit_form" and being inside a TH then inside a TABLE and then inside the ajaxform.
This href-replacement idea can also be useful in other situations. For instance, I don't think we currently support client persisted properties correctly. I mean that if an ajax request updates such a property, then every single link in the current page must be updated (to reflect that new value). Anyway, i'll take a look... >From Leonardo Quijano Vincenzi <[EMAIL PROTECTED]>: > Ok, I just sent a first version of tacos:Table for you people to check > out. Currently it's binding Ajax events for the pages iterator (the > links on top will require a bit more work), but there's a bug going on > because contrib:Table doesn't assign link ids properly, so both Tables > get updated when you click on one. > > So, I'm back checking this tomorrow afternoon. If anyone sees something > that can be fixed, please jump in ;). > > -- > Ing. Leonardo Quijano Vincenzi > DTQ Software > > > Jesse Kuhnert wrote: > > heh :) > > > > On 3/5/06, *Leonardo Quijano Vincenzi* <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Jesse Kuhnert wrote: > > > #2 sounds like a good idea in general. In fact, if someone wanted to > > > create an "ajax" enabled table component companion that would be a > > > very nice addition until tapestry 4.1 comes out. (which will > > recieve a > > > brand spankin new highly dynamic/performant/etc ajax table/grid > > > component) > > #2. I'm on it! So impatient :P > > > > -- > > Ing. Leonardo Quijano Vincenzi > > DTQ Software > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Tacos-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tacos-devel > -- ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
