Re: Question about unit testing

2012-09-05 Thread Markward Schubert
Thanks for the link! This is really interesting and I think I will adapt this. Unfortunately I am not sure if this addresses my original Problem. What I need is a kind of code, like this: // start page... tester.startComponentInPage(MyFormPanel.) // verify that after initial page rendering,

Migration to Wicket 6, updateAjaxAttributes

2013-09-24 Thread Markward Schubert
Hi! I am not very experienced with Wicket and have to maintain an older project of ours. Now I wanted to migrate to Wicket 6 for a couple of reasons and had to change the behavior of a "javascript-confirm before execute" situation with an AjaxLink. add(new AjaxLink("clearContentLink") {

Re: Migration to Wicket 6, updateAjaxAttributes

2013-09-24 Thread Markward Schubert
Martin, Hi, > > Check the generated JavaScript for this JS event binding in the page > markup. > It should look like: Wicket.Ajax.ajax({}) > Paste it here if you need help. > > On Tue, Sep 24, 2013 at 8:21 PM, Markward Schubert < > markward.schub...@gmail.com>

Re: Migration to Wicket 6, updateAjaxAttributes

2013-09-24 Thread Markward Schubert
e: Wicket.Ajax.ajax({}) > > > Paste it here if you need help. > > > > > > On Tue, Sep 24, 2013 at 8:21 PM, Markward Schubert < > > > markward.schub...@gmail.com> wrote: > > > > > > > Hi! > > > > > > > > I am