No page id appended to some stateful pages

2013-08-07 Thread Bertrand Guay-Paquet
Hello, After investigating why some of my stateful pages had a ?n redirect while others did not, I think I found a bug with the stateless page checking. My test case is a page containing only an AjaxFallbackDefaultDataTable, but it can be reduced to a page containing a ListView with a

Re: No page id appended to some stateful pages

2013-08-07 Thread Martin Grigorov
On Wed, Aug 7, 2013 at 7:48 PM, Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: Hello, After investigating why some of my stateful pages had a ?n redirect while others did not, I think I found a bug with the stateless page checking. My test case is a page containing only an

Re: No page id appended to some stateful pages

2013-08-07 Thread Carl-Eric Menzel
On Wed, 07 Aug 2013 13:48:38 -0400 Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: The problem I see is that AbstractRepeater's onPopulate() is called during onBeforeRender() and this is not done when the stateless status of the page is first checked. Therefore, no pageId is added unless

Re: No page id appended to some stateful pages

2013-08-07 Thread Sven Meier
My changes for WICKET-4995 are probably to blame for this. Let's await the quickstart. Sven On 08/07/2013 07:56 PM, Martin Grigorov wrote: On Wed, Aug 7, 2013 at 7:48 PM, Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: Hello, After investigating why some of my stateful pages had a ?n