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

Re: Initialising beans from an HttpRequest


That's a shame - hopefully the 1.0 spec will address this, I see someone
on JSP-INTEREST is asking for exactly the same...

---
tom@goodtech.co.uk
Good Technology ltd.                           http://www.goodtech.co.uk/

On Wed, 27 Jan 1999, Vincent Partington wrote:

> 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.
> 
> 
>