Been there ...Done that
End of content means you have mismatched StartOfJava,EndofJava tags here is
an example

<html><head><Title>This is your title</head>
<body>
<%
import java.io.*;
<form name="MyForm" submit="PerlCode.pl"/>
</body>
</html>

WOOPS forgot ending tag%>

Martin-
----- Original Message ----- 
From: "Bryce Fischer" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 1:42 PM
Subject: Re: OT: Syntax checker


> Since JSP is XML, why not load it up in an XML editor. It should
> complain and show you where the problem is.
>
> Apte, Dhanashree (Noblestar) wrote:
> > Sorry for the deviation, but is there an easy way to find out what
exactly
> > is causing
> > org.apache.jasper.compiler.ParseException: End of content reached while
more
> > parsing required: tag nesting error?
> > error on a jsp? Maybe run it through some tool which points out the
> > problematic tag?
> >
> > Thanks!
> > Dhanashree.
> >
>
>
>


----------------------------------------------------------------------------
----


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


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

Reply via email to