The application "works" when setting the setSerializeSessionAttributes(false) but the page is obviously not serializable so I'll have to correct that. Thanks for the tip, Igor.
On 8/11/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i dont know, i just replaced the logging level check with a setting. > > -Igor > > > > On 8/11/06, Johan Compagner < [EMAIL PROTECTED]> wrote: > > > > Is the page detached when we do that??? > > > > the call comes from Session.touch(Page) (i have the same problem now in > 2.0 with the second level cache) > > Because the page is detached only as the last thing when the > RequestTarget.detach is called. > > But touch is called much earlier... > > > > > > johan > > > > > > > > > > > > On 8/11/06, Igor Vaynberg <[EMAIL PROTECTED] > wrote: > > > > > > in application.init() call > getDebugSettings().setSerializeSessionAttributes(false); > > > > > > this feature defaults to on in devel mode and off in prod mode - before > it was triggered by having your logger set to debug on a certain package > which was a bit too ugly. > > > > > > > > > -Igor > > > > > > > > > > > > > > > On 8/11/06, Juergen Donnerstag < [EMAIL PROTECTED]> wrote: > > > > 1.2.1 only has bug fixes. May be you the check the mail archive. I > > > > remember this problem has been discussed before. > > > > > > > > Juergen > > > > > > > > On 8/11/06, Mats Norén < [EMAIL PROTECTED] > wrote: > > > > > Well, I guess it isn't but it worked under 1.2 prior to the release. > > > > > The only change in my application is that I've switched from 1.2 SVN > > > > > (don't know the exact repository version) to 1.2.1. > > > > > > > > > > Is 1.2 more lenient? > > > > > > > > > > /Mats > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > > > Get stuff done quickly with pre-integrated technology to make your > job easier > > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > _______________________________________________ > > > > > Wicket-user mailing list > > > > > [email protected] > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > > Get stuff done quickly with pre-integrated technology to make your job > easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > _______________________________________________ > > > > Wicket-user mailing list > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your job > easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
