Re: Best /Correct way to update DataTable via Ajax

2008-07-28 Thread Ryan Gravener
If you post your code on pastebin i'll take a look at it. As for the generic issue of updating a datatable. I would update it in your onsubmit method, add it to the target. I wouldn't have any save calls in my dataprovider, only logic to fetch results. On Mon, Jul 28, 2008 at 8:52 PM, nanotech

Re: Best /Correct way to update DataTable via Ajax

2008-07-28 Thread Paul Logasa Bogen II
In the wicket-stuff repository is a YUI DataGrid wrapper for Wicket. It is a very robust Data control that supports ajax based updates. plb nanotech wrote: Hi Paul, Sorry could not understand your answer. Can you please elaborate? RG Paul Logasa Bogen II wrote: the inMethod DataGrid is

Re: Best /Correct way to update DataTable via Ajax

2008-07-28 Thread nanotech
Hi Ryan Posted code here.. http://pastebin.org/58032 http://pastebin.org/58035 Thanks, RG Ryan Gravener-3 wrote: If you post your code on pastebin i'll take a look at it. As for the generic issue of updating a datatable. I would update it in your onsubmit method, add it to the target.