On Tue, Dec 21, 2010 at 6:22 PM, Thomas Broyer wrote:
> On Tue, Dec 21, 2010 at 12:29 PM, Thomas Broyer wrote:
>> On Mon, Dec 20, 2010 at 5:58 PM, BobV wrote:
>>> On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote:
But how do you explain the difference in display then between
Optio
On Tue, Dec 21, 2010 at 12:29 PM, Thomas Broyer wrote:
> On Mon, Dec 20, 2010 at 5:58 PM, BobV wrote:
>> On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote:
>>> But how do you explain the difference in display then between
>>> OptionalFieldEditor (which also appears to work OK in DynaTableRf)
On Mon, Dec 20, 2010 at 5:58 PM, BobV wrote:
> On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote:
>> But how do you explain the difference in display then between
>> OptionalFieldEditor (which also appears to work OK in DynaTableRf) and our
>> copy without LeafValueEditor?
>> (looks like I'll
On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote:
> But how do you explain the difference in display then between
> OptionalFieldEditor (which also appears to work OK in DynaTableRf) and our
> copy without LeafValueEditor?
> (looks like I'll have to debug it; hopefully looking at the generate
OK, got it: OptionalFieldEditor implements LeafValueEditor so that you can
set the value to 'null' and correctly have it reflected in the object after
the flush().
But how do you explain the difference in *display* then between
OptionalFieldEditor (which also appears to work OK in DynaTableRf)