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 problem.
 }
}

So... "parameters" variable has all submission data... Not sure how to
solve it correctly. I have to determine somehow which parameters are
page parameters, but which are just some form inside.

-- 
WBR, kan.

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

Reply via email to