if a user refreshes the browser or does some other action (go first to
another form in another page and back again)
then we still can render the latest user output just fine the next time



On Mon, Feb 22, 2010 at 21:42, Pedro Santos <pedros...@gmail.com> wrote:

> IMO the form processing can be:
>
> >
> > 1. validate
> > 2. detect error
> > 3. keep rawinput
> > 4. re-render error components with red border AND rawinput
> >
>
> 4.1. throw away the raw input in some detach method
>
> 5. user retry form submit
> >
>
> 6. all form components get they raw input again since they get rendered
> before some detach method clear they raw input, no need to maintain those
> values on the server
>
>
>
>
> --
> Pedro Henrique Oliveira dos Santos
>

Reply via email to