What is the initial value of "residueNumber"?

/Per

On Thu, Jun 18, 2009 at 3:35 PM, Bas Vroling<bvrol...@cmbi.ru.nl> wrote:
> 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
>
>

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

Reply via email to