I have a form with a textfield bound to an object containing interger values:

TextField<Integer> residueNumber = new TextField<Integer>(
                                "residueNumber", new PropertyModel<Integer>(pso,
                                                "residueNumber"));

when this field is rendered it shows "0" as the 'empty' value, whereas string members are rendered real empty. It look strange this way, is there a way to display an empty field for an int?

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

Reply via email to