Mike:

Thanks for the prompt jump on the issue!  I actually had someone else
point this out to me as well, so the tag is now:
<%@ page import="java.util.ArrayList, com.gcc.creditclaim.CreditClaim"%>

However, I'm getting a seperate error now which I have placed in my
most recent posting to the list.  In an effort to keep the scroll to a
minimum, I'm not going to attach it here again, but if you would like
I can email it to you.  Thanks again for your assistance!


On Fri, 15 Oct 2004 09:45:50 -0500, Mike Curwen
<[EMAIL PROTECTED]> wrote:
> 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"; %>
> >
> 
> 


-- 
Xeth Waxman
[EMAIL PROTECTED]

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

Reply via email to