Re: Re: Page ... is not stateless ... but the stateless hint is set to true!

2013-02-12 Thread Tom Eicher
So ... would this be a bug ? Tom Eicher wrote: Hello Martin, Put a breakpoint at Page#setStatelessHint() and see where it is called with value == true. It is not being called. That is, not before the warn message appears in the log. statelesshint=true must be the deafult...? My BasePage

Re: Re: Page ... is not stateless ... but the stateless hint is set to true!

2013-02-12 Thread Martin Grigorov
Hi Tom, It seems a call to make the flag false is missing somewhere. Please create a ticket with a quickstart. On Tue, Feb 12, 2013 at 8:09 PM, Tom Eicher t...@teicher.net wrote: So ... would this be a bug ? Tom Eicher wrote: Hello Martin, Put a breakpoint at Page#setStatelessHint()

Re: Page ... is not stateless ... but the stateless hint is set to true!

2013-02-11 Thread Martin Grigorov
Hi, On Mon, Feb 11, 2013 at 1:34 AM, Tom Eicher t...@teicher.net wrote: Hello, I am receiving this message in the log 01:27:01,006 WARN [org.apache.wicket.Page] Page '[Page class = com.x.yy.components.**editor.Editor$EditorPage, id = 5, render count = 0]' is not stateless

Re: Page ... is not stateless ... but the stateless hint is set to true!

2013-02-11 Thread Tom Eicher
Hello Martin, Put a breakpoint at Page#setStatelessHint() and see where it is called with value == true. It is not being called. That is, not before the warn message appears in the log. statelesshint=true must be the deafult...? My BasePage ist just ... public class BasePage extends WebPage

Page ... is not stateless ... but the stateless hint is set to true!

2013-02-10 Thread Tom Eicher
Hello, I am receiving this message in the log 01:27:01,006 WARN [org.apache.wicket.Page] Page '[Page class = com.x.yy.components.editor.Editor$EditorPage, id = 5, render count = 0]' is not stateless because it is not bookmarkable, but the stateless hint is set to true! and I