Re: Just starting with Orion - some issues

2000-06-15 Thread Karl Avedal
Hello again, As a clarification to my earlier mail on this issue. What makes it illegal to span a String across lines is the Java Language Specification. Read http://java.sun.com/docs/books/jls/html/3.doc.html#101083 It says: "It is a compile-time error for a line terminator to appear after the

Re: Just starting with Orion - some issues

2000-06-15 Thread Karl Avedal
Hello Doug, Orion does indeed parse multi-line statements, <% out. println ("test"); %> Should work fine. What you can't do is span a String across lines. Regards, Karl Avedal [EMAIL PROTECTED] wrote: > Hello List, > > (It was great meeting some of you at the JavaOne conference, > hello to

RE: Just starting with Orion - some issues

2000-06-15 Thread DSmith
"Arved Sandstrom" .com> cc: Sent by: Subject: RE: Just starting with Orion - some

RE: Just starting with Orion - some issues

2000-06-15 Thread Arved Sandstrom
with Orion - some issues [EMAIL PROTECTED] wrote: > > - JRun automatically includes the java.io.* package, you > don't have to do a page include manually if you use > something like a java.io.BufferedReader in a JSP page. I don't see this as bug in Orion as this feature of

Re: Just starting with Orion - some issues

2000-06-14 Thread Wong Kok Wai
[EMAIL PROTECTED] wrote: > > - JRun automatically includes the java.io.* package, you > don't have to do a page include manually if you use > something like a java.io.BufferedReader in a JSP page. I don't see this as bug in Orion as this feature of JRun is not mentioned anywhere in the spe