disconnect

2001-07-17 Thread Rakesh
I am not sure if this question belongs here. I have a web app (in struts). I need to expire the sessionifthe user gets disconnected (and does not close the browser window). Anyhints on how this is to be done ? Rakesh Ayilliath(Software Engineer) Synergy IT Innovations Pvt Ltd,#196, 1st

Re: disconnect

2001-07-17 Thread Adam Young
This is standard Servlet stuff: request.getSession().invalidate(); Questions like these are best on the user mail list. (This is my first post on this list, so I don't want to sound like the spanish inquisition. I say this only to be helpful.) If I understand correctly, this list is for

Re: ActionMapping Workflows

2001-07-17 Thread Nick Afshartous
Ted Husted writes: ... So, I would envision something like this for the ActionMappings !-- This Action would be passed the path to the current workflow, if any. It would check for any pending ActionRequest (workflow already begun) and forward to that instead of next if present --

Preloading Forms

2001-07-17 Thread Adam Young
One part of Struts where I'd like to do some additions is to form initialization. Most of the form Objects I have require prepopulation out of EJBs. What I'd like to do is specify for a form anothe object that is the factory for that form, and values for properties of the factory that

Re: Preloading Forms

2001-07-17 Thread Oleg V Alexeev
Hello Adam, Tuesday, July 17, 2001, 9:37:21 PM, you wrote: AY One part of Struts where I'd like to do some additions is to form AY initialization. Most of the form Objects I have require prepopulation AY out of EJBs. What I'd like to do is specify for a form anothe object AY that is the

Re[2]: Preloading Forms

2001-07-17 Thread Oleg V Alexeev
Hello Adam, Tuesday, July 17, 2001, 11:34:07 PM, you wrote: AY If I were to implmenet what you suggest below, I would need to be able AY to chain actions. Hm... I think it is not needed if you use scenario - 1. show search form (prefilled) - first action 2. perform search and show results -

RE: Difficulties with Commons-Digester 1.0

2001-07-17 Thread Rey Francois
There is also the possibility to use the Digester's caller ClassLoader. The little helper class I attach with this email is quite helpful in getting the caller's ClassLoader. With this approach, I would think there is no need to specify additional options for a class loader, assuming of course