Is the session shared between servlets or is it specific to a servlet.
I would think it would be specific to a servlet but maybe it is one
session per user per web-application?

Shawn

---------- Forwarded message ----------
From: Dave Newton <[EMAIL PROTECTED]>
To: Struts Users Mailing List <user@struts.apache.org>
Date: Tue, 04 Apr 2006 17:48:57 -0400
Subject: Re: [OT] Best way to serve PDF with iText
Garner Shawn wrote:
> Only think I can think of is that as a servlet the it wouldn't have
> access to the struts user session data

Why not? Is there more than one session?

Dave

---------- Forwarded message ----------
From: "Garner Shawn" <[EMAIL PROTECTED]>
To: user@struts.apache.org
Date: Tue, 4 Apr 2006 16:03:27 -0500
Subject: [OT] Best way to serve PDF with iText
I was wondering if anyone could give me any pros or cons of serving a
dynamically generated PDF file via a servlet or a struts action.

Only think I can think of is that as a servlet the it wouldn't have
access to the struts user session data and would have to post
necessary information for it to serve the pdf.

Does anyone have any pros or cons for an approach?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to