Re: How to dispatch Request to >1 JSP?

2002-07-01 Thread Bhiogade, Mittal S (SUPP)
dispatching of the request would be one after another, to same or different JSP.. Regards, Mittal S.Bhiogade -Original Message- From: Means, Garann R. [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: How to dispatch Request to >1

How to dispatch Request to >1 JSP?

2002-07-01 Thread Means, Garann R.
Hi, Does anyone have a good reference they can point me to, or just some sample code, on dispatching a Request from a servlet to more than one JSP? I have two include files in a larger page that need to receive Vectors with, respectively, up to 64 objects and up to 256 objects. I'd like to keep t