Re: Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-27 Thread Fergal Keating
Hi, I seem to have solved the issue. I have made a number of changes to clarify and clean up code. However, as part of the Ajax requests for changing the GroupSize or Departure the component#Error method was called, but the feedback panel was not refreshed to display an error. Removing any

Re: Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-26 Thread Fergal Keating
Hi, If i put a breakpoint in renderCount (it gets called a lot) But the resolvePageInstance only gets called once per request, It seems to have the same renderCount Value that is on the current page. E.G. The page is displaying booking?14-1 for all event listeners. If i change the GroupSize

Re: Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-26 Thread Martin Grigorov
Hi, On Tue, Feb 26, 2013 at 2:10 PM, Fergal Keating fergal.keat...@directski.com wrote: Hi, If i put a breakpoint in renderCount (it gets called a lot) But the resolvePageInstance only gets called once per request, It seems to have the same renderCount Value that is on the current page.

Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-25 Thread Fergal Keating
Hello, I'm trying to update a wicket 1.5.5 application to 6.5.0. I have overcome some issues with Header items, and setting Attributes to AllowDefault(true) for ajax. I have one remaining issue that i cant seem to figure out. I have a wizard that allows users to create a booking. (See

Re: Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-25 Thread Martin Grigorov
Hi, Such behavior can be experienced when the page is re-rendered in the meantime, for example in a new tab/window. See Page#renderCount javadoc for explanation. To verify that this is or is not the case you can put a breakpoint in PageProvider#getPageInstance() method. On Mon, Feb 25, 2013 at