Re: accssing object in JSP

2006-06-14 Thread Frank W. Zammetti
One option might be a static HashTable in some class... key the table by some calculated ID representing the request.. for that, see the RequestHelpers.generateGUID() method in Java Web Parts: http://javawebparts.sourceforge.net/javadocs/javawebparts/request/RequestHelpers.html

Re: accssing object in JSP

2006-06-14 Thread Scott Van Wart
Frank W. Zammetti wrote: One option might be a static HashTable in some class... key the table by some calculated ID representing the request.. for that, see the RequestHelpers.generateGUID() method in Java Web Parts: Scott Van Wart wrote: Sonu S wrote: I can not store bean in request or

Re: accssing object in JSP

2006-06-14 Thread Frank W. Zammetti
Oh, I agree... this is only the kind of solution I'd dream up with some crazy requirement, as there seems to be in the OP :) I can't imagine what design criteria would say you can't put an object in ANY scope! But, if that's the case, it's time for some creative/wacky (depending on your