Re: JSP 1.0 include action problem

1999-07-30 Thread Colin Wilson-Salt
I've just struck the same problem - did anyone have a solution? After foing the include, the rest of the page isn't output. Is it a bug? Looking at the generated code things look fine: out.write("some text"); // end // begin [file=...]

Re: Javascript and %

1999-07-30 Thread Richard Vowles
"Kirkdorffer, Daniel" wrote: That's interesting because WebSphere 2.02 doesn't do that with the following example: out.print(ServletUtil.toString( requestData.getColValue(1, "ref_id") )); not out.println(...) So why the difference? Is this determined by the implementation, or is my

how to setup Jrun for virtual websites

1999-07-30 Thread Williams Reinoso
hi folks: i have Jrun 2.3 runing under IIS 4.0 with WNT Server 4.0 with sp4. i have a website as a virtual directory, I meant, under webserver root directory (Default Website in IIS 4 Management Console tree). JSP pages are displayed correctly. Now I want to publish that website as a

None ASCII encoding of JSP engine in JSWDK. So stupid

1999-07-30 Thread Jen Hsien Huang
Sorry, Iknow decompile the JSWDK code is illegal. I just want to say what I found and how do I solve problem of handlingnon-ASCII JSP page in JSWDK Damn the JSP engine of JSWDK donesnt support Chinese. but I guess the JSP engine written with javacc. So, I cant understand why it cant