Hi,

Perhaps you can use a combination of what is avaliable in the javadoc
of org.apache.wicket.markup.html.form.Form e.g.
FormComponent#updateModel()

Regards,

Bernard


On Sun, 7 Apr 2013 15:14:19 -0700 (PDT), you wrote:

>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?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to