update table with ajax

2008-06-19 Thread Manuel Corrales
Hi, i have an input and a link. The link is an ajax link, and then i want to update a table on the same page according to the input. final DataView table = new DataView(table, new ListDataProvider(Collections.EMPTY_LIST)) { public void populateItem(final Item item) {

Re: update table with ajax

2008-06-19 Thread Nino Saturnino Martinez Vazquez Wael
You got to wrap it in a markupcontainer, and add that instead.. theres something on the wiki about this... http://cwiki.apache.org/WICKET/how-to-repaint-a-listview-via-ajax.html Manuel Corrales wrote: Hi, i have an input and a link. The link is an ajax link, and then i want to update a table

Re: update table with ajax

2008-06-19 Thread wicket user
add the DataTable in a WebmarkupContainer and repaint the container cheers dipu On Thu, Jun 19, 2008 at 4:27 PM, Manuel Corrales [EMAIL PROTECTED] wrote: Hi, i have an input and a link. The link is an ajax link, and then i want to update a table on the same page according to the input.

Re: update table with ajax

2008-06-19 Thread Manuel Corrales
Fantastic !! Thanks very much. On Thu, Jun 19, 2008 at 12:33 PM, wicket user [EMAIL PROTECTED] wrote: add the DataTable in a WebmarkupContainer and repaint the container cheers dipu On Thu, Jun 19, 2008 at 4:27 PM, Manuel Corrales [EMAIL PROTECTED] wrote: Hi, i have an input and a