Re: Two questions about jsp0.92 spec and its implementations

1999-04-27 Thread Hong Zhang
x27;s extension? I hope this will be included in JSP spec. Thanks much for your help. Hong Zhang Uniscape Inc. >-Original Message- >From: Thomas Reilly [SMTP:[EMAIL PROTECTED]] >Sent: Sunday, April 25, 1999 11:40 AM >To:Hong Zhang >Subject: Re: Two questions about

Re: Two questions about jsp0.92 spec and its implementations

1999-04-25 Thread Thomas Reilly
Christopher Cobb <[EMAIL PROTECTED]> writes: > With a small hack, you should be able to overcome this: Nice hack but the latest JRun build (139) fixes this problem. Patches and new installers are available from our download site. -- Tom Reilly Live Software, Inc http://www.livesoftware.com ==

Re: Two questions about jsp0.92 spec and its implementations

1999-04-23 Thread Christopher Cobb
Hong Zhang wrote: > . Also, I am currently using JRun. I found that JRun does not implement > 0.92 correctly that the implicit variable "out" is of type > ServletOutputStream that does not implement java.io.PrintWriter, as > specified in the 0.92 spec. Do you know which servlet/jsp runner > avail

Two questions about jsp0.92 spec and its implementations

1999-04-23 Thread Hong Zhang
Hi, I am a new comer to this mailing list. I have two questions about jsp0.92 and its implementations. . To send non-ASCII character contents (such as multibyte characters) using servlet, we can set content type using ServletResponse's setContentType API. If use JSP, how can we set the content ty