Re: how to reset a form

2009-05-31 Thread Igor Vaynberg
button.setdefaultformprocessing(false) -igor On Sat, May 30, 2009 at 9:35 PM, tubin gen fachh...@gmail.com wrote: My application is using hibernate and wicket  , I am trying to reset my form , My form model is hibernate entity  and its LoadableDetachableModel .  In order to reset my form I

how to reset a form

2009-05-30 Thread tubin gen
My application is using hibernate and wicket , I am trying to reset my form , My form model is hibernate entity and its LoadableDetachableModel . In order to reset my form I added ajax button , hoping to call form.clearInput () in the onSubmit , but realized that before the onSubmit , form