Hi, Does 5.0.28 show the same issue? Yoav Shapira http://www.yoavshapira.com
>-----Original Message----- >From: Xeth Waxman [mailto:[EMAIL PROTECTED] >Sent: Friday, October 15, 2004 10:28 AM >To: [EMAIL PROTECTED] >Subject: Unterminated <@ page tag Issue > >Greetings all. I have a jsp running on Tomcat 5.0.12. When this jsp >is called, I get the following exception: > >/ConfirmClaim.jsp(85,0) Unterminated <%@ page tag >org.apache.jasper.JasperException: /ConfirmClaim.jsp(85,0) Unterminated ><%@ p >age tag > at >org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorH >andler.java:83) > at >org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.j >ava:402) > at >org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.j >ava:170) > at >org.apache.jasper.compiler.Parser.parseDirective(Parser.java:553) > at >org.apache.jasper.compiler.Parser.parseElements(Parser.java:1625) > at org.apache.jasper.compiler.Parser.parse(Parser.java:173) > at >org.apache.jasper.compiler.ParserController.parse(ParserController.ja > >Here is the page tag on my JSP: ><%@ page import="java.util.ArrayList", "com.gcc.creditclaim.CreditClaim"; >%> > >I believe that since I'm trying to import a custom class, that's why >the error is being tossed. I did a google search for this issue, and >could only find results (and the one page is chineese): > >http://www.google.com/search?q=%22Unterminated+%26lt%3B%25%40+page+tag% 22&s >tart=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en- >US:official > >As always, any help would be greatly appreciated! > >-- >Xeth Waxman >[EMAIL PROTECTED] > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
