Re: How to servlets with scope of page?

2002-04-26 Thread Bojan Smojver
Well, servlets don't really have scope, just like JSP's don't have scope. The beans used in JSP's have scope, if I remember correctly from my JSP days. Anyway, I can describe at least one solution to the problem. For that, you can download my PumpServlet from here: ftp://ftp.binarix.com/pub/pump

How to servlets with scope of page?

2002-04-26 Thread Roland
How can I make a servlet with scope of page or any other scope like those defined for jsp? I'm using pure servlets, no JSP. Thanks for any help Roland -- To unsubscribe, e-mail: For additional commands, e-mail: