Re: Setting and Reading Cookies in JSP

1999-09-02 Thread LEONG MUN WAI, CUSD
This looks like a good candidate for standardized tags discussion. -Original Message- From: John Dixon [SMTP:[EMAIL PROTECTED]] Sent: Friday, September 03, 1999 6:50 AM To: [EMAIL PROTECTED] Subject: Re: Setting and Reading Cookies in JSP html head

Re: Adding a parameter to a Request ???

1999-08-06 Thread Leong Mun Wai
Hi, Try pageContext.setAttribute(String, Object, PageContext.REQUEST_SCOPE)? regards, Mun Wai Sylvain Roche wrote: Hi I don't know if somebody has already answered this question, or if it has already been asked. I guess it must have, but it would be helpful if so had the solution. I

[ANN] RocketJSP v0.9b

1999-08-01 Thread Leong Mun Wai
. What it needs now is heavy testing, for both spec compliance and robustness. Please take a look at http://www.penguinpowered.org/~rocketJSP Oh, and its released under GPL :) take care, Mun Wai === To unsubscribe, send email

PageContext - Pooled?

1999-06-10 Thread Leong Mun Wai
Hi, I'm curious to know if PageContext objects are pooled? If so, this pool resides in JspFactory? The reason I'm asking this is because of its release() method, which "prepares it for potential reuse by a later invocation of initialize()" (from the javadoc). Thank

Re: JspInit Method

1999-06-09 Thread Mun Wai
Hi, Yes, you can override jspInit() in a JSP. :) Mun Wai On Wed, 9 Jun 1999, Dalvi, Mahesh wrote: Is it possible to extend the JspInit() method in the JSP page Thanks Mahesh === To unsubscribe, send email to [EMAIL