I am looking at implementing an auto save feature on a form I have created. 
This would save the data that the user had entered prior to their session
timing out.  The form has various validations that would have to be disabled
before this could work.  I have seen numerous posts around disabling
validation based on which button was used to submit the form, etc.  However,
none of the answers seemed satisfactory.  The only thing I can think to do
is set a flag on the form that each validator would check to see if it
should proceed.  This is going to be a lot more work than if I could just
call updateFormComponentModels myself (I tried this but it didn't work).

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Auto-save-feature-tp4663517.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