You can get that temporary data with FormComponent#getInput or
#getInputAsArray. That data will be used to render the form components
again. But if you *really* want to update some of you model values
in-between, you have to customize your form or some of your
components. E.g. create a custom form and override public boolean
process() with the behavior that you want.

Eelco


On 7/25/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> All user input data is kept in the form/formcomponent. It is just not pushed
> to the client.
> So one mistake will not result in loosing all the data.
>
> Only if you reset the model object from the other side the entered data will
> be thrown away and the new model data
> from the backend is used.
>
> johan
>
>
>
>
> On 7/25/06, Tymur Porkuyan <[EMAIL PROTECTED] > wrote:
> > Is it possible to update models even if form validation failed? I have
> > a large form and I don't want user to lose all entered data just
> > because of one mistake.
> >
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys -- and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to