On 11/16/05, Matej Knopp <[EMAIL PROTECTED]> wrote:
> Hi.
>
> The problem is, that I don't want to validate the form, unless user
> clicks 'OK'. The model is updated after validation only. But the
> 'choose' button should NOT validate the form.
>
> I don't think it's a good thing storing the temporary values in model
> (at least in my case), because model is typed. The temporary values
> should only be strings (get from Http request).

Correct. If we have to deal with strings in temporary models in order
to have such functionalities, it looks like a step back to old struts
formbeans to me.

We should be able to decide which automatic validations (and model
updates) are triggered by which actions (buttons, forms validated by
javascript, general form validation, ...)


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to