Re: ModalWindow positioning

2014-06-24 Thread Martin Grigorov
Hi, What exactly you tried and it didn't work ? Martin Grigorov Wicket Training and Consulting On Tue, Jun 24, 2014 at 10:32 PM, Lucio Crusca wrote: > Hi *, > > In a long page I need a ModalWindow to position itself at the center of the > browser window even when the page is scrolled way down

ModalWindow positioning

2014-06-24 Thread Lucio Crusca
Hi *, In a long page I need a ModalWindow to position itself at the center of the browser window even when the page is scrolled way down, so that the ModalWindow always pops up in front of the user. I've found this [1], but it dates back to 2009, and it refers to an old versions of Wicket (1.3

Re: TDD - ajax button form submit via FormTester - Wicket 6

2014-06-24 Thread Martin Grigorov
Hi, See https://issues.apache.org/jira/browse/WICKET-5575 Martin Grigorov Wicket Training and Consulting On Tue, Jun 24, 2014 at 6:35 PM, lucast wrote: > Dear Forum, > I am testing a form with has fields with ajax behaviours and form > components. The form has an ajax submit button to do all

TDD - ajax button form submit via FormTester - Wicket 6

2014-06-24 Thread lucast
Dear Forum, I am testing a form with has fields with ajax behaviours and form components. The form has an ajax submit button to do all the necessary processing. Initially half of the form fields are hidden. I then select a drop down list with has an OnChangeAjaxBehavior attached to it in order to