Re: [Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-23 Thread Igor Vaynberg
i believe the cause of both problems was the same -igor On 7/23/07, ChuckDeal <[EMAIL PROTECTED]> wrote: > > > > igor.vaynberg wrote: > > > > svn update and your quickstart will work > > > > -igor > > > > > > On 7/20/07, ChuckDeal <[EMAIL PROTECTED]> wrote: > >> > >> > >> I am attempting to work

Re: [Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-23 Thread ChuckDeal
igor.vaynberg wrote: > > svn update and your quickstart will work > > -igor > > > On 7/20/07, ChuckDeal <[EMAIL PROTECTED]> wrote: >> >> >> I am attempting to work around the problem I described here: >> http://www.nabble.com/Repaint-single-row-of-a-DataTable-tf4111859.html >> >> As a result,

Re: [Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-20 Thread Igor Vaynberg
svn update and your quickstart will work -igor On 7/20/07, ChuckDeal <[EMAIL PROTECTED]> wrote: > > > I am attempting to work around the problem I described here: > http://www.nabble.com/Repaint-single-row-of-a-DataTable-tf4111859.html > > As a result, now instead of adding the row to the target

[Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-20 Thread ChuckDeal
I am attempting to work around the problem I described here: http://www.nabble.com/Repaint-single-row-of-a-DataTable-tf4111859.html As a result, now instead of adding the row to the target, I add each formComponent WITHIN the row. The cells of my DataTable are Fragments that represent a FormCom