without looking at code - can't you circumvent the problem by using POST
instead of GET?


kan-4 wrote:
> 
> 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]
> 
> 
> 


-----
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/StatelessForm-data-becomes-PageParameters-and-as-result-is-doubling-tp19521093p19526355.html
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