show us some code because this doesnt make sense unless the way you
refresh is set a timer that does form.submit() on your login form.

-igor

On Mon, Nov 10, 2008 at 3:17 AM, eyalbenamram <[EMAIL PROTECTED]> wrote:
>
> Hi
> I have a login page (with a form) that redirects to a progress bar page.
> after the user submits the login form, I redirect to the progress bar page,
> and it has an auto refresh so that every few seconds it refresh the page
> (to check if the login sequence is done).
> The problem is the on refresh of progress bar, the browser client is posting
> the login form again and again
> with a POST request.
> How do I make the progress bar page to be requested in a GET request.
> I tried to override "getMethod" but it didn't work.
>
> Thanks, Eyal.
> --
> View this message in context: 
> http://www.nabble.com/form-being-posted-many-times-tp20418164p20418164.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]
>
>

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

Reply via email to