Hi,

I would like to put an object in application scope rather than session scope, from an 
action handler, but I can't find out how.

To put it in session scope I do:

  theSession.setAttribute("makeList", lMakeBean);

What's the equivalent for application scope?

I'm trying to share an object between all users of my web application, so there is a 
singleton rather than one per session.  The data is a large static list of car makes 
that I want to display in a drop list.  Somebody shout if I'm doing this the wrong way 
please...

ta,

Tim.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to