RE: Servlet called multiple times solved

2002-01-03 Thread Michael Wenczel
Got it. -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:04 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet called multiple times solved No problem. Just make sure you don't try to make isIE4 or the user sess

RE: Servlet called multiple times solved

2002-01-03 Thread Savino, Matt C
January 03, 2002 1:08 PM > To: [EMAIL PROTECTED] > Subject: RE: Servlet called multiple times solved > > > Thanks for sharing this Matt. I was just going down this road > (caching) > myself. This will save an afternoon or more. regards, mike > > > -Original M

RE: Servlet called multiple times solved

2002-01-03 Thread Michael Wenczel
Thanks for sharing this Matt. I was just going down this road (caching) myself. This will save an afternoon or more. regards, mike -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 12:32 PM To: '[EMAIL PROTECTED]' Subject: Servlet called

RE: Servlet called multiple times solved

2002-01-03 Thread Jim Urban
PROTECTED]] Sent: Thursday, January 03, 2002 12:53 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet called multiple times solved I can see where this would be a problem if you're firing SAX events all the way to FOP. I guess you could do it the new and improved way for IE>5 and Ne

RE: Servlet called multiple times solved

2002-01-03 Thread Savino, Matt C
--- > From: Jim Urban [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 10:31 AM > To: [EMAIL PROTECTED] > Subject: RE: Servlet called multiple times solved > > > That works great for the way you are calling FOP. However, I > am using the > new improved method

RE: Servlet called multiple times solved

2002-01-03 Thread Jim Urban
That works great for the way you are calling FOP. However, I am using the new improved method for calling FOP (see below). Do you have a way of handling the duplicate calls which will work with this implementation? Thanks, Jim public void renderFO(Transformer pdfTransformer, Source iIn