TextField and setConvertInputToNull

2009-06-26 Thread Andrea Aime
Hi, I'm having troubles with null conversion in an application where we have setup some custom converter locators. If I understand it properly, a TextField setup like this: TextField tf = new TextField("id", ...); tf.setType(String.class); tf.setConvertEmptyInputStringToNull(true); that is, wit

Re: TextField and setConvertInputToNull

2009-06-27 Thread Andrea Aime
Andrea Aime ha scritto: ... Also, the setConvertEmptyInputStringToNull does not mention the interaction between that and the converters, so arguably there should be none (or I'm just missing the documentation bits on this topic) Should I open a issue on Jira and attach a reproducable test case?