Hi, Finally I found a solution that works for me, just in case it is good for someone else:
I added an AjaxFormComponentUpdatingBehavior "onkeyup" to all the fields in the form (actually just two), and I added an AbstractAjaxTimerBehavior to the page which will look for changes in the values and autosave them. Thank you all, Oskar bferr wrote: > > Could you try using an OnChangeAjaxBehavior with a setThrottleDelay(). > > > > Juri Prokofiev-2 wrote: >> >> I'm trying to save form values every 30 seconds and for this purpose >> I use AbstractAjaxTimerBehavior class, but can't figure out how to >> get the form values if submit button wasn't pressed? >> >> Thank you >> -- >> http://www.autoladu.ee - kõik varuosad ühes kohas >> >> > > -- View this message in context: http://www.nabble.com/submit-a-form-using-ajax-tp23943077p24928725.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
