2008/9/17 Michael Sparer <[EMAIL PROTECTED]>:
> without looking at code - can't you circumvent the problem by using POST
> instead of GET?
I use post already.
I got it. I have
class MyPage extends WebPage
{
public MyPage(PageParameters parameters)
{
super(parameters);// --- this line is the p
ry 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 i
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 and next
request has the