form model updates in wicket are atomic, so you wont get any bad values in
your model.

-igor


On 8/17/07, Sam Hough <[EMAIL PROTECTED]> wrote:
>
>
> I'd like to avoid using my real model for user input until it has been
> validated (ie avoid putting bad values into the model, reduce interaction
> with the middle tier)
>
> Is there a nice Wicket way of doing this?
>
> Maybe use CompoundPropertyModel that wraps another IModel that just stores
> the values in a Map/Model but then be able to use the
> CompoundPropertyModel's normal rules to apply the values to my real model?
>
> Sorry if I've missed this documented elsewhere.
>
> Cheers
>
> Sam
>
>
> --
> View this message in context:
> http://www.nabble.com/%22copy%22-from-one-IModel-to-another-tf4285138.html#a12197951
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to