Re: Solved // Re: Page expiration error on AJAX call

2012-10-17 Thread Martin Grigorov
Hi, On Wed, Oct 17, 2012 at 7:24 AM, Ondrej Zizka ozi...@redhat.com wrote: You were right, like usually :) What's the preffered way for CDI fields - making them transient, or the class serializable? CDI injects serializable proxy instead of your bean, so there is no reason to make it

Solved // Re: Page expiration error on AJAX call

2012-10-16 Thread Ondrej Zizka
You were right, like usually :) What's the preffered way for CDI fields - making them transient, or the class serializable? Thanks, Ondra On Tue, 2012-10-09 at 15:52 +0200, Ondrej Zizka wrote: I was thinking about that, but saw no errors in the log. Maybe hidden? What would be the logging

Re: Page expiration error on AJAX call

2012-10-09 Thread Ondrej Zizka
I was thinking about that, but saw no errors in the log. Maybe hidden? What would be the logging group? Thanks, Ondra On Tue, 2012-10-09 at 07:41 +0300, Martin Grigorov wrote: Hi, Check your logs for errors related to the serialization of the page. If the page is not properly serialized

RE: Page expiration error on AJAX call

2012-10-09 Thread Ondrej Zizka
That's the problem, that the changes were quite unrelated - I started changing the structure of components, and found out this regression after quite some work. However I think I will end up going `git reset HEAD^` until I find... On Mon, 2012-10-08 at 22:49 -0400, Paul Bors wrote: Start by

RE: Page expiration error on AJAX call

2012-10-08 Thread Paul Bors
Start by looking for a JS onClick event/behavior through your recent changes :) Or add some code for us to view... ~ Thank you, Paul Bors -Original Message- From: Ondrej Zizka [mailto:ozi...@redhat.com] Sent: Monday, October 08, 2012 9:37 PM To: wicket-users Subject: Page expiration

Re: Page expiration error on AJAX call

2012-10-08 Thread Martin Grigorov
Hi, Check your logs for errors related to the serialization of the page. If the page is not properly serialized then next attempts to find it will fail with PageExpiredException. On Tue, Oct 9, 2012 at 4:37 AM, Ondrej Zizka ozi...@redhat.com wrote: Hi, I have an AjaxEditableLabel wrapped in a

Re: Page expiration

2007-09-26 Thread eagle yao
tensions/markup/html/datepicker/style/aqua/menuarrow.gif Could this be the cause of the problem? Thx, Dariusz -Original Message- From: Dipu Seminlal [mailto:[EMAIL PROTECTED] Sent: 20 September 2007 13:03 To: users@wicket.apache.org Subject: Re: Page expiration Hi

Re: Page expiration

2007-09-20 Thread Dipu Seminlal
Hi, Can you please check if you have any img tags in your html with empty src attributes ? Regards Dipu On 9/20/07, Holda, Dariusz [EMAIL PROTECTED] wrote: Hi, I've came across a strange behaviour. I'm running Wicket app on Jetty server and most of the times it's working fine but from time

RE: Page expiration

2007-09-20 Thread Holda, Dariusz
@wicket.apache.org Subject: Re: Page expiration Hi, Can you please check if you have any img tags in your html with empty src attributes ? Regards Dipu On 9/20/07, Holda, Dariusz [EMAIL PROTECTED] wrote: Hi, I've came across a strange behaviour. I'm running Wicket app on Jetty server and most

Re: Page expiration

2007-09-20 Thread Swaroop Belur
September 2007 13:03 To: users@wicket.apache.org Subject: Re: Page expiration Hi, Can you please check if you have any img tags in your html with empty src attributes ? Regards Dipu On 9/20/07, Holda, Dariusz [EMAIL PROTECTED] wrote: Hi, I've came across a strange behaviour. I'm

Re: Page expiration

2007-08-02 Thread shumbola
shumbola wrote: Jonathan Locke wrote: what version of wicket are you using? shumbola wrote: I've in My application class this: getApplicationSettings().setPageExpiredErrorPage(MyPageExpired.class); In my application I've got a menu - a few links to other pages. If i