Maybe I just need this explained to me a little clearer, but I was wondering about what appears to me to be a contradiction in how validation and model-setting and the setDefaultFormProcessing(false) works. Maybe contradiction is the wrong word. Let's say "inconvenience".
So I get that when I set form processing to false that validators are not called. I need this on any ajax event I want to perform. However, it is very rare that my ajax events don't operate on some number of inputs set by the user. So I want the models to be loaded with the data from the form as if form processing were happening. Instead, I seem to be forced to use this getInput() method which is much less refined than the model setting mechanisms and forces me to do more coding. Is there a way I can turn validators off, but still get my models loaded with data as if form processing were on? Or is getInput() really my only alternative? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/setDefaultFormProcessing-and-models-tp4657804.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
