RE: Include response in the JSP page

2003-07-09 Thread Hibbs, David
tions Development and Support American National Insurance Company > -Original Message- > From: Affan Qureshi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2003 9:37 AM > To: [EMAIL PROTECTED] > Subject: Include response in the JSP page > > > Hi, >

Re: Include response in the JSP page

2003-07-09 Thread Affan Qureshi
I can include the image response using simple which is the action that returns the image response. But this causes a new request to be made on the server after the html page is downloaded. This way I cannot access request variables etc. Affan "Affan Qureshi" <[EMAIL PROTECTED]> wrote in message

Include response in the JSP page

2003-07-09 Thread Affan Qureshi
Hi, I have a JSP page which needs to dynamically include response from actions (or servlets) which are actually images streamed over the response. I tried to use but I guess it has some problem for extensions other than jsp and html. (I saw a similar bug for Tomcat bugzilla). I have tried to defin