Also, are you sure everything on you page and in session is serializable? -Matej
On 9/26/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > I am having trouble with a wicket application returning page expired when > > any > > link or button is clicked on. When the application is deployed on a server > > with an Apache Weblogic integration the application works fine. When the > > application is deployed on a server with an Apache Weblogic cluster all > > links and buttons return page expired. I am using Wicket 1.2.6 and JDK 1.4. > > The wicket application is also integrated with hibernate and Spring. Any > > help would be greatly appreciated. > > Do you use sticky sessions? Make sure the HttpSession gets replicated. > > Eelco > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
