Why don't you use a LazyLoadPanel? May this be an option? -----Ursprüngliche Nachricht----- Von: eyalbenamram [mailto:[EMAIL PROTECTED] Gesendet: Montag, 10. November 2008 12:17 An: [email protected] Betreff: form being posted many times
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]
