Re: localization and session expiration

2009-03-06 Thread ElSe
Thanks for your answers! It is quite good idea with cookies and header... Unfortunately it will not work if the user turns off cookies in his browser... but I think in this case he can thank himself for such inconvenience : BR, Elena. Anton Veretennikov wrote: > > If cookie is already set,

localization and session expiration

2009-03-05 Thread ElSe
Hello! I have a question: in my application there are several locales and the user can choose locale on the fly. Locale is stored in the session and all is ok while the session exists. But! When the session is expired the application must say user about this and it does - using default locale. It

how to test multiple submits on the form

2008-08-11 Thread ElSe
Hi, all! I have a question regarding the load testing of the Wicket application. I have used this article http://cwiki.apache.org/WICKET/multiple-submit-buttons.html to create the form in my application. All works well. But now I have to organize load testing of my application. I have read this

Re: persistent sessions in Tomcat

2008-05-14 Thread ElSe
e > I havent changed 1 thing about that > > > On Tue, May 13, 2008 at 11:59 AM, ElSe <[EMAIL PROTECTED]> wrote: > >> >> Do you mean tomcat logs? No I don't. Some *.ser files appear in the >> work\Catalina\localhost\ directory so session is serialized >

Re: persistent sessions in Tomcat

2008-05-13 Thread ElSe
there must be some error in the configuration of the server or application itself? igor.vaynberg wrote: > > do you get any serialization errors in your logs, you might be trying > to store something non serializable in the wicket component. > > -igor > > > On Mon, May

persistent sessions in Tomcat

2008-05-12 Thread ElSe
Hi, I'm just started experiments with Wicket so I suppose my question is stupid however I haven't found the answer on the forum. The point was to understand how to organize persistent sessions for the wicket application. It seemed to me that such application should work with the standard Tomcat