Hi all

I'm new to orion, so apologies if I've missed something obvious.

I'm moving a few jsps using a taglib from tomcat to orion. I've gotten
over several differences, but on my main jsp file I get this:

 500 Internal Server Error

 Error parsing JSP page /search/search2.jsp

 Syntax error in source
 /search/search2.jsp.java:561: 'catch' without 'try'.
                catch(Exception __jspE2)
                ^
 /search/search2.jsp.java:590: 'try' without 'catch' or 'finally'.
 }
 ^
 /search/search2.jsp.java:590: '}' expected.
 }
  ^
 3 errors

It appears that orion is generating a java file from the jsp which is
missing a } before the global catch at the bottom. I ran the java file
through an indenter (Xemacs) and the } which matched the try statement at
the top was *after* the catch statement. 

I've tried both 1.3.8 and 1.4.0, no luck.

The .jsp file, btw contains only jsp tags from my taglib and <%=blah%>
bits, no raw java at all.

Any suggestions? Or should I send this to [EMAIL PROTECTED]?

Thanks in advance!

Tom


-- 
Tom Dunstan                         Email    : [EMAIL PROTECTED]
Software Development                Telephone: (08) 8221 5221        
SE Network Access Pty Ltd           Fax      : (08) 8221 5220
222 Grote Street                    Support  : (08) 8221 5792
Adelaide SA 5000                    WWW      : http://www.senet.com.au



Reply via email to