On Tue, 21 Aug 2001, Derick Rethans wrote:
> > Been using JSP recently (yeah, I know) and have found one (1) good thing
> > about it which is that if you create a "bean" with scope=application you
> > can then store data (e.g. a cached content array) within the bean which
> > all pages can acces
On Tue, 21 Aug 2001, Nick Loman wrote:
>
> Hey,
>
> Been using JSP recently (yeah, I know) and have found one (1) good thing
> about it which is that if you create a "bean" with scope=application you
> can then store data (e.g. a cached content array) within the bean which
> all pages can access
Hey,
Been using JSP recently (yeah, I know) and have found one (1) good thing
about it which is that if you create a "bean" with scope=application you
can then store data (e.g. a cached content array) within the bean which
all pages can access the same instance of. I can't think of the equivalen