I'm fairly certain it's your syntax:
<%@ page import="java.util.ArrayList", "com.gcc.creditclaim.CreditClaim"; %>

should be:

<%@ page import="java.util.ArrayList,com.gcc.creditclaim.CreditClaim" %>
 
(entries are quoted all together, and no trailing semicolon).


> -----Original Message-----
> From: Xeth Waxman [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 15, 2004 9:28 AM
> To: [EMAIL PROTECTED]
> Subject: Unterminated &lt;@ 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 &lt;%@ page tag
> org.apache.jasper.JasperException: /ConfirmClaim.jsp(85,0) 
> Unterminated &lt;%@ p age tag
>         at 

<snip />
 
> Here is the page tag on my JSP:
> <%@ page import="java.util.ArrayList", 
> "com.gcc.creditclaim.CreditClaim"; %>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to