Re: Globally available variables

2006-01-18 Thread Marcelo Morales
Hello On Jan 18, 2006, at 7:41 AM, Martin Ravell wrote: Is there a simple way to put an object into a globally available spot for access by any current session? Something like the session.setAttribute() method? I have some info that I'd like to be able to load up and then have accessed

RE: Globally available variables

2006-01-18 Thread Frank W. Zammetti
t; get/set those values as long as the application is active. > > Vidya > > -Original Message- > From: Martin Ravell [mailto:[EMAIL PROTECTED] > Sent: Wednesday 18 January 2006 14:19 > To: 'Struts Users Mailing List' > Subject: RE: Globally available variable

RE: Globally available variables

2006-01-18 Thread Vidya \(Suvarna\) Mahavadi
ubject: RE: Globally available variables >-Original Message- >From: ALEX HYDE [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 18 January 2006 10:47 PM >To: Struts Users Mailing List >Subject: Re: Globally available variables > >Can't you put it in the application conte

Re: Globally available variables

2006-01-18 Thread Dave Newton
Martin Ravell wrote: > I don't know. Will look into this but is it possible to have a session write > an object to this app context and have another session see the result? > > I had a suspicion that stuff in the application context was setup during the > app being deployed and could not be changed

RE: Globally available variables

2006-01-18 Thread Martin Ravell
>-Original Message- >From: ALEX HYDE [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 18 January 2006 10:47 PM >To: Struts Users Mailing List >Subject: Re: Globally available variables > >Can't you put it in the application context instead of all the sessions? >

Re: Globally available variables

2006-01-18 Thread ALEX HYDE
Can't you put it in the application context instead of all the sessions? Martin Ravell <[EMAIL PROTECTED]> wrote: Is there a simple way to put an object into a globally available spot for access by any current session? Something like the session.setAttribute() method? I have some info that I'd