RE: multiple requests and StalePageException

2012-11-29 Thread Michal Wegrzyn
to see what really triggers these GETs. Thanks for the help Martin. Best regards, Michal Wegrzyn -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, November 26, 2012 14:03 To: users@wicket.apache.org Subject: Re: multiple requests

RE: multiple requests and StalePageException

2012-11-27 Thread Michal Wegrzyn
Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, November 26, 2012 16:57 To: users@wicket.apache.org Subject: Re: multiple requests and StalePageException The problem is clear. On Mon, Nov 26, 2012 at 4:54 PM, Michal Wegrzyn michal.wegr...@onior.comwrote: private JSObject window

RE: multiple requests and StalePageException

2012-11-27 Thread Michal Wegrzyn
: Michal Wegrzyn [mailto:michal.wegr...@onior.com] Sent: Tuesday, November 27, 2012 9:50 To: users@wicket.apache.org Subject: RE: multiple requests and StalePageException Errata: this is not the code which is used to make request, but to call js. Request are simple GETs or POSTs sometimes

Re: multiple requests and StalePageException

2012-11-26 Thread Martin Grigorov
The renderCount increases only when you use non-Ajax requests, i.e. when you re-render the whole page. Make sure that executes Wicket behavior via js uses Wicket.Ajax.** On Mon, Nov 26, 2012 at 1:56 PM, Michal Wegrzyn michal.wegr...@onior.comwrote: Hi group, In my Wicket application I have

RE: multiple requests and StalePageException

2012-11-26 Thread Michal Wegrzyn
result. Best regards, Michal Wegrzyn -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, November 26, 2012 14:03 To: users@wicket.apache.org Subject: Re: multiple requests and StalePageException The renderCount increases only when you use non-Ajax

Re: multiple requests and StalePageException

2012-11-26 Thread Martin Grigorov
, November 26, 2012 14:03 To: users@wicket.apache.org Subject: Re: multiple requests and StalePageException The renderCount increases only when you use non-Ajax requests, i.e. when you re-render the whole page. Make sure that executes Wicket behavior via js uses Wicket.Ajax.** On Mon

RE: multiple requests and StalePageException

2012-11-26 Thread Michal Wegrzyn
, November 26, 2012 16:51 To: users@wicket.apache.org Subject: Re: multiple requests and StalePageException Can you show the code that the applet uses to make requests to the page ? On Mon, Nov 26, 2012 at 4:47 PM, Michal Wegrzyn michal.wegr...@onior.comwrote: Hi Martin, Thanks

Re: multiple requests and StalePageException

2012-11-26 Thread Martin Grigorov
} ); } -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, November 26, 2012 16:51 To: users@wicket.apache.org Subject: Re: multiple requests and StalePageException Can you show the code that the applet uses to make requests to the page