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 a submit button. But, when I change the keyword in the URL (represented as q=KEYWORD parameter), the search works without the error. It seems, that the Form throws the error when the Google Analytics Code is in the header. Any idea how I can solve that problem? Andre On Fri, 06 Apr 2012 19:36:28 +0200 Bas Gooren <[email protected]> wrote: > 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 new search. That > can happen for a variety of reasons. > What usually happens to narrow the problem down is to strip the page as > far as possible, and see if it works. Incrementally add components until > it breaks again and you will have found the culprit. > > Another possibility is that you have non-standard settings for wicket > session (page) management. But my guess is that this is not the case. > > Kind regards, > > Bas > > Op 6-4-2012 19:25, schreef 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<[email protected]> wrote: > > > >> Hello, > >> > >> we added the actual Google Analytics Tracking Code into our > >> Wicket application. The code is rendered on every single > >> page directly before the closing</head> tag. > >> > >> Our problem is the following: > >> Page 1 with search box -> search for something > >> Page 2 is a search site where the search request is done > >> Page 3 is the result page, where the search result is presented > >> > >> We do: > >> Page 1 -> search for something > >> Page 2 appears and shows search progress > >> Page 3 appears and displays the results > >> Page 3 has a search box and we start another search > >> --> Page expired error > >> > >> Any ideas why this happens and how we can stop that? > >> > >> Thanks, > >> Andre > >> > >> -- > >> Andre Schütz<[email protected]> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > > -- Andre Schütz <[email protected]> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
