[EMAIL PROTECTED] wrote:
> what is the equivalent to session.setAttribute("aName", anObject) but whith
> an application scope
>
> thanks
Hi :-) I am not sure, I suggest the following:
in the following three kinds of "setAttribute/getAttribute":
-0 ServletContext.setAttribute/getAttribute
-1 Ht
application.setAttribute("aName", anObject)
> what is the equivalent to session.setAttribute("aName", anObject) but
whith
> an application scope
>
> thanks
> what is the equivalent to session.setAttribute("aName",
> anObject) but whith
> an application scope
there's context.set|getAttribute(String, Object); for
webapp context scope attribs.
---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com
what is the equivalent to session.setAttribute("aName", anObject) but whith
an application scope
thanks