On 1/19/06, David Thielen <[EMAIL PROTECTED]> wrote:

> I am 99% positive this is doable, but I can't find it anywhere. How do I get
> a method called before a page is built - and very specifically before the
> very first page (index.jsp) is displayed to a user? I want to see if we have
> a cookie that identifies them and if so, put their name in index.jsp.

You can use a Filter.
   http://java.sun.com/products/servlet/Filters.html

--
Wendy

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

Reply via email to