Hello,

i have got a problem with getting my form working. I have got a form called
gatewayForm. I added several textfields and a CompoundPropertyModel to this
form. Everytime I submit the form I get a NumberFormatException. All
textfields are Strings.

/
TextField<String> name = new TextField<String>("name");
...
Form gatewayForm = new Form("gatewayForm");
CompoundPropertyModel gatewayModel = new CompoundPropertyModel(gateway);
gatewayForm.setModel(gatewayModel);
gatewayForm.add(name);
.../

I tried different notations, but the failure doesn't change. I hope someone
can explain me why this happens or how to get it working. 

Thank you very much,

Jencity

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/NumberFormatException-tp3749632p3749632.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

Reply via email to