Shouldn't this be more like:
<[EMAIL PROTECTED] import="java.util.ArrayList,com.gcc.creditclaim.CreditClaim" %>
Note the classes were concatenated together in one set of quotes w/ a comma separator and the last semicolon was removed.
--David
Xeth Waxman wrote:
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&start=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!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
