Re: [Wicket-user] Is it possible to update a single row in a table?

2007-07-27 Thread Igor Vaynberg
On 7/27/07, salmas [EMAIL PROTECTED] wrote: I have to mimic an application which was written using javascript/XSLT in which changes in a table affecting single rows are managed by updating only the affected row(s). I believe that this is done by surrounding the row in a span. Is this

Re: [Wicket-user] Is it possible to update a single row in a table?

2007-07-27 Thread Igor Vaynberg
On 7/27/07, salmas [EMAIL PROTECTED] wrote: igor.vaynberg wrote: On 7/27/07, salmas [EMAIL PROTECTED] wrote: Thanks Igor, How could I do this? thats easy, you start by searching this list for datatable ajax row which will find this:

Re: [Wicket-user] Is it possible to update a single row in a table?

2007-07-27 Thread Igor Vaynberg
you need 1.3beta2 of both -igor On 7/27/07, salmas [EMAIL PROTECTED] wrote: Igor, do I need the latest code for both wicket and extensions or just extensions? igor.vaynberg wrote: On 7/27/07, salmas [EMAIL PROTECTED] wrote: igor.vaynberg wrote: On 7/27/07, salmas [EMAIL

Re: [Wicket-user] Is it possible to update a single row in a table?

2007-07-27 Thread salmas
Igor, do I need the latest code for both wicket and extensions or just extensions? igor.vaynberg wrote: On 7/27/07, salmas [EMAIL PROTECTED] wrote: igor.vaynberg wrote: On 7/27/07, salmas [EMAIL PROTECTED] wrote: Thanks Igor, How could I do this? thats easy, you start by

Re: [Wicket-user] Is it possible to update a single row in a table?

2007-07-27 Thread salmas
I have the exact same issue as the poster in the threads you sent. When I add the repeater item to the AjaxTarget I get java.lang.IllegalArgumentException: markupId cannot be empty It works if I add the entire table to the target. It looks like you changed things to fix this? I am using wicket