RE: struts 1.1 and session handling

2004-04-15 Thread MARU, SOHIL (SBCSI)
List Subject: Re: struts 1.1 and session handling I like that idea. But how does it address the validator problem? I'm thinking I'm going to have to pitch the DynaValidatorForm usage and do something else. Dean Hoover Franz-Josef Herpers wrote: > Dean A. Hoover wrote: > >

Re: struts 1.1 and session handling

2004-04-15 Thread Dean A. Hoover
I like that idea. But how does it address the validator problem? I'm thinking I'm going to have to pitch the DynaValidatorForm usage and do something else. Dean Hoover Franz-Josef Herpers wrote: Dean A. Hoover wrote: I am using struts 1.1 and tomcat 5 for an application. I am also using DynaVali

Re: struts 1.1 and session handling

2004-04-15 Thread Dean A. Hoover
I'll research that, thanks. Doug wrote: How about servlet filters instead? We've started using them for things we want to handle for all URLs, outside of the normal application logic, including session timeout. Dean A. Hoover wrote: I am using struts 1.1 and tomcat 5 for an application. I am

Re: struts 1.1 and session handling

2004-04-15 Thread Franz-Josef Herpers
Dean A. Hoover wrote: I am using struts 1.1 and tomcat 5 for an application. I am also using DynaValidatorForm for validation of form data. Here is my problem: I want to test for (tomcat) session timeout and output a message on the users brower stating that their session timed out. I want to catch

Re: struts 1.1 and session handling

2004-04-15 Thread Doug
How about servlet filters instead? We've started using them for things we want to handle for all URLs, outside of the normal application logic, including session timeout. Dean A. Hoover wrote: I am using struts 1.1 and tomcat 5 for an application. I am also using DynaValidatorForm for validati