Related question - just realized, if the default form processing is set to false, How can one call updateFormComponentModels() from the buttons onSubmit() method since its a protected form method? This is in context to the conditional form validation.
Ritesh Trivedi wrote: > > Hi, > > I noticed that if the default form processing is set to false, one has to > call updateFormComponentModels() explicitly if they wanted the form model > to be updated. But I noticed persistFormComponentsData() is private and > can not be called explicitly if the user wanted to persist the data as > well. Is this intentional, if yes, can someone explain why? > > I am using wicket 1.3.x branch. > > Thanks > -- View this message in context: http://www.nabble.com/Non-DefaultFormProcessing-and-persistFormComponentsData-tp18737339p18737576.html Sent from the Wicket - Dev mailing list archive at Nabble.com.
