Re: cleanup form values and feedback messages

2011-02-11 Thread Gabriel Landon
Maybe you should refresh your form with ajax : target.addComponent(form) The fonction clearInput() is for a FormComponent. Also you'd better use a model to handle your input. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/cleanup-form-values-and-feedback-messages

Re: cleanup form values and feedback messages

2011-02-10 Thread Gabriel Landon
You could try for one field : yourField.clearIput(); or for a form : yourForm.clearInput() Regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/cleanup-form-values-and-feedback-messages-tp3275588p3299704.html Sent from the Users forum mailing list

Re: cleanup form values and feedback messages

2011-02-09 Thread Hans Lesmeister 2
this message in context: http://apache-wicket.1842946.n4.nabble.com/cleanup-form-values-and-feedback-messages-tp3275588p3297033.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users