Re: Conflicting settings? isInputNullable and setConvertEmptyInputStringToNull ?

2013-03-01 Thread grazia
Has this been taken care of ? I have an AutoCompleteTextField that always
displays null even if I use the setConvertEmptyInputStringToNull (false).
In fact, the constructor of the autocomplete has it always set to true ...  



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Conflicting-settings-isInputNullable-and-setConvertEmptyInputStringToNull-tp1885705p4656901.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Conflicting settings? isInputNullable and setConvertEmptyInputStringToNull ?

2009-06-02 Thread Martin Makundi
Hi!

I find isInputNullable and setConvertEmptyInputStringToNull
conflicting or at least confusing... what is their relation to each
other?

Now I get a conversion error for an empty date string which is
supposed to be null when it is empty.. The getInput listens to
isInputNullable and converts the empty input into an empty string..
but it should definitely be null.

**
Martin

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Conflicting settings? isInputNullable and setConvertEmptyInputStringToNull ?

2009-06-02 Thread Igor Vaynberg
they seem to be the same thing. we should deprecate
setConvertEmptyInputStringToNull. please open a jira issue.

-igor

On Tue, Jun 2, 2009 at 6:50 AM, Martin Makundi
martin.maku...@koodaripalvelut.com wrote:
 Hi!

 I find isInputNullable and setConvertEmptyInputStringToNull
 conflicting or at least confusing... what is their relation to each
 other?

 Now I get a conversion error for an empty date string which is
 supposed to be null when it is empty.. The getInput listens to
 isInputNullable and converts the empty input into an empty string..
 but it should definitely be null.

 **
 Martin

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org