Re: HomePage reloads on every Ajax submit

2015-10-29 Thread hfriederichs
I stripped my application to essntials: one application, one webpage, one form, two textfields, the first one with AjaxFormComponentUpdatingBehavior the second with AjaxFormSubmitBehavior. The page reloads when, after I enter something in tf1: * I place the cursor in tf2 * I click on empty space a

Re: HomePage reloads on every Ajax submit

2015-10-29 Thread Martin Grigorov
Hi, If you have it as a Wicket Quickstart application and it behaves the same with 6.20.0 (6.8.0 is almost 2 years old) then please attach it to JIRA and we will take a look. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Oct 29, 2015 at 10:14 AM, hfriederi

Re: HomePage reloads on every Ajax submit

2015-10-29 Thread Ernesto Reinaldo Barreiro
Is this with all browsers? I do not recall all details but I remember there was an issue with empty images and IE and page reloads (I do not remember is it was with AJAX). Maybe create a quick-start? On Thu, Oct 29, 2015 at 9:14 AM, hfriederichs wrote: > I stripped my application to essntials:

Page Versioning - F5 load balancer Monitoring

2015-10-29 Thread Mihir Chhaya
Hello, I have recently migrated my wicket app from 1.4 to 7. Problem: Page versioning is generating redirect loop for F5 load balancer monitoring. Background: We have F5 load balancer monitor running every few seconds to check 200 OK from host/app/login for application availability monitoring. T