HI,

are you sure that button submit is executed? Have you debugged it? Maybe the code is not executed because form has some validation errors...
Hi,

im taking input from user in the form components and trying to reset them
when they are shown next time, i have tried doing form.clearInput(), i have
also set model values to blank, and also done form.modelChanged() after
setting the default model.
i have also specifically set the nameField.setModelValue(new String[] {""});
but nothings working.
please could somebdy tell me what im doing wrong, here's the code snippet:

im doing the following on button submit after my all other processing:

model.setName("");
model.setDesc("");
model.getProducts().clear();
createTemplateForm.clearInput();
reateTemplateForm.setDefaultModelObject(new CreateTemplateModel());
createTemplateForm.modelChanged();
nameField.setModelValue(new String[] {""});
descField.setModelValue(new String[] {""});

thanks in advance

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3640382.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




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

Reply via email to