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 JRun is not mentioned

RE: Just starting with Orion - some issues

2000-06-15 Thread DSmith
Subject: RE: Just starting with Orion - some issues owner-orion-interest@orion

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 you

Just starting with Orion - some issues

2000-06-14 Thread DSmith
Hello List, (It was great meeting some of you at the JavaOne conference, hello to you all!) For my first try at Orion, I migrated a little quick dirty site from JRun 2.3.3b153. The site is just made up of JSP pages with inline Java doing various simple things. Here are some issues I