Re: Page Expired with Google Analytics Tracking Code

2012-04-21 Thread Bas Gooren
with Google Analytics Tracking Code Hi, It sounds a lot like you are not using models properly. E.g. your results method parameter has a length which overflows the page size (and thus the pagingnavigator renders page links), but on a second request the contents of results are null/empty? Try

Re: Page Expired with Google Analytics Tracking Code

2012-04-20 Thread Andre Schütz
clicking on one of the links, the objects from the getResults() class are empty. Any idea? Andre - Original Message - From: b...@iswd.nl To: users@wicket.apache.org Date: 11.04.2012 00:51:38 Subject: Re: Page Expired with Google Analytics Tracking Code

Re: Page Expired with Google Analytics Tracking Code

2012-04-17 Thread Andre Schütz
per page. But after clicking on one of the links, the objects from the getResults() class are empty. Any idea? Andre - Original Message - From: b...@iswd.nl To: users@wicket.apache.org Date: 11.04.2012 00:51:38 Subject: Re: Page Expired with Google Analytics Tracking

Re: Page Expired with Google Analytics Tracking Code

2012-04-16 Thread Andre Schütz
:38 Subject: Re: Page Expired with Google Analytics Tracking Code Hi, It sounds a lot like you are not using models properly. E.g. your results method parameter has a length which overflows the page size (and thus the pagingnavigator renders page links), but on a second request

Re: Page Expired with Google Analytics Tracking Code

2012-04-16 Thread Bas Gooren
- Original Message - From: b...@iswd.nl To: users@wicket.apache.org Date: 11.04.2012 00:51:38 Subject: Re: Page Expired with Google Analytics Tracking Code Hi, It sounds a lot like you are not using models properly. E.g. your results method parameter has a length which overflows the page size

Re: Page Expired with Google Analytics Tracking Code

2012-04-13 Thread Bas Gooren
links for 10 entries per page. But after clicking on one of the links, the objects from the getResults() class are empty. Any idea? Andre - Original Message - From: b...@iswd.nl To: users@wicket.apache.org Date: 11.04.2012 00:51:38 Subject: Re: Page Expired with Google Analytics Tracking

Re: Re: Page Expired with Google Analytics Tracking Code

2012-04-11 Thread wicket
: Re: Page Expired with Google Analytics Tracking Code Hi, It sounds a lot like you are not using models properly. E.g. your results method parameter has a length which overflows the page size (and thus the pagingnavigator renders page links), but on a second request the contents

Re: Page Expired with Google Analytics Tracking Code

2012-04-11 Thread Bas Gooren
: Page Expired with Google Analytics Tracking Code Hi, It sounds a lot like you are not using models properly. E.g. your results method parameter has a length which overflows the page size (and thus the pagingnavigator renders page links), but on a second request the contents of results are null

Re: Page Expired with Google Analytics Tracking Code

2012-04-11 Thread Andre Schütz
00:51:38 Subject: Re: Page Expired with Google Analytics Tracking Code Hi, It sounds a lot like you are not using models properly. E.g. your results method parameter has a length which overflows the page size (and thus the pagingnavigator renders page links), but on a second

Re: Page Expired with Google Analytics Tracking Code

2012-04-10 Thread Andre Schütz
Hi, nobody an idea why the PageableListView is empty after clicking on one of the links from the PagingNavigator? After reloading of the page, the PageableListView is filled and once again empty when I click on oe of the links from the PagingNavigator. It seems, that the Listitem's are empty

Re: Page Expired with Google Analytics Tracking Code

2012-04-10 Thread Bas Gooren
Hi, It sounds a lot like you are not using models properly. E.g. your results method parameter has a length which overflows the page size (and thus the pagingnavigator renders page links), but on a second request the contents of results are null/empty? Try debugging

Re: Page Expired with Google Analytics Tracking Code

2012-04-09 Thread Andre Schütz
Hello, I tried your approach and could find one mistake in my code. After the stepwise adding of the components to my results page, I found an error in two of my classes that are used on that page. These two classes did not implement the Serializable interface. I added the interface to these two

Re: Page Expired with Google Analytics Tracking Code

2012-04-07 Thread Andre Schütz
Hi, I tested the page and could localize the following error: page expired: http://localhost:8080/wicket/page?7-1.IFormSubmitListener-resultsContent-searchPanel-searchForm This means. The error occurs, when I make another search via my search form which is a normal Form with a textfield and

Re: Page Expired with Google Analytics Tracking Code

2012-04-07 Thread Bas Gooren
Hi, I would suggest the following: 1) add a very simple test page: TestPage extends WebPage, which only has the search form on it (nothing else!) 2) see if that works multiple times in a row 3) if that works, add your google analytics code 4) repeat steps 1-2 In other words: eliminitate all

Re: Page Expired with Google Analytics Tracking Code

2012-04-07 Thread Andre Schütz
Thank you for the answer, I will try your 4 steps. Just as information. When you say, that I can make the form stateless, do you talk about the StatelessForm class? Andre On Sat, 07 Apr 2012 16:06:15 +0200 Bas Gooren b...@iswd.nl wrote: Hi, I would suggest the following: 1) add a very

Re: Page Expired with Google Analytics Tracking Code

2012-04-07 Thread Bas Gooren
Yes. Op 7-4-2012 20:37, schreef Andre Schütz: Thank you for the answer, I will try your 4 steps. Just as information. When you say, that I can make the form stateless, do you talk about the StatelessForm class? Andre On Sat, 07 Apr 2012 16:06:15 +0200 Bas Goorenb...@iswd.nl wrote: Hi, I

Re: Page Expired with Google Analytics Tracking Code

2012-04-06 Thread Andre Schütz
Hello, did nobody have the same problem with the new Google Analytics code? I added the code directly into the .html file of my WebPage class. Andre On Thu, 5 Apr 2012 14:54:50 +0200 Andre Schütz wic...@faustas.de wrote: Hello, we added the actual Google Analytics Tracking Code into our

Re: Page Expired with Google Analytics Tracking Code

2012-04-06 Thread Bas Gooren
Hi Andre, No, we have been using the tracking code for years with wicket (1.3, 1.4 and 1.5) with 0 issues. I'm certain your Page expired error is caused by something else. From your description it sounds like your search results page is stateful, but no longer available when you perform a