Re: Default NullFieldStrategy contribution

2011-10-13 Thread Massimo Lusetti
2011/10/13 Dávið Klein Sundsskarð : > Hi, > > I want empty textfields to post "" instead of null when empty. I have > implemented a nullfieldstrategy and it can be set on the textfield, but the > grid creates the textfields on the fly. I am therefore unable to set my > strategy. > The AbstractT

Re: Default NullFieldStrategy contribution

2011-10-13 Thread Thiago H. de Paula Figueiredo
On Thu, 13 Oct 2011 06:50:47 -0300, Dávið Klein Sundsskarð wrote: Hi, Hi! I want empty textfields to post "" instead of null when empty. I have implemented a nullfieldstrategy and it can be set on the textfield, but the grid creates the textfields on the fly. I am therefore unable to s

Default NullFieldStrategy contribution

2011-10-13 Thread Dávið Klein Sundsskarð
Hi, I want empty textfields to post "" instead of null when empty. I have implemented a nullfieldstrategy and it can be set on the textfield, but the grid creates the textfields on the fly. I am therefore unable to set my strategy. The AbstractTextField has a default NullFieldStrategy defined a