Like in a previous reply to this post - we need more information (like a code snippet) in order to provide a better answer.
You allude to "Illegal State Exception". This can happen if you try any of the following: - Attempt to set headers (like cookies) inside of a jsp:include - Attempt a JSP forward inside of a jsp:include - Probably another reason I can't think of right now Erick Todd wrote: > This isn't a SSI include. It is a jsp include native to the jsp > specification? I did enable SSI just for kicks, but it doesn't change > anything. > > Anyone?? I am really frustrated. What do I need to do to get rid of > the Illegal State Exception on a jsp:include? > > I include on the first line, later, nested includes, none of them work. > > HELP!! > > On Mon, 2002-09-16 at 21:40, Robert L Sowders wrote: > >>Did you follow directions? >>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html >> >>rls >> >> >> >> >>Erick Todd <[EMAIL PROTECTED]> >>09/16/2002 01:30 PM >>Please respond to "Tomcat Users List" >> >> >> To: Tomcat Users List <[EMAIL PROTECTED]> >> cc: >> Subject: JSP Include error >> >>Anyone had any problems with doing a <jsp:include> ?? >> >>It justs throws an unknown error, not even to the screen. >> >>Anything I do with an jsp:include doesn't work. >> >>Ideas?? >> >> >> >> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
