If I have stateless form on a page, and form is submitted, page is
constructed again with all form data as parameters. Ok, it's not great
but it's impossible to avoid.
But, if the form has validation errors and the same page is rendered
again, it has all that parameters in <form action="..."> and next
request has the parameters doubled - from currently data from "post"
and previous data from query string.
How to avoid it?

-- 
WBR, kan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to