[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: Initialising beans from an HttpRequest


Hi Tom,

Tom Hume wrote:
> I realise I can do that with request parameters, but can it also be done
> with specific HTTP Headers (or whatever) - so I implement a
> setHttpCookie() method in my bean and that does it.

Aha, I see. There is no automatic way for this to be done automatically
in JSP. You will have to call a method explicitly.

Regards, Vincent.