You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jessica Arroyo <ja...@amnet.co.cr> on 2001/04/19 01:14:10 UTC

javax.servlet.ServletException

Hi there!

I receive the following error trying to run a .jsp page.  I'm using Apache and Tomcat.  

Internal Servlet Error:

javax.servlet.ServletException
	at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459)
        at _0002fcards_0002ejsphello_jsp_3._jspService(_0002fhello_0002ejsphello_jsp_3.java:222)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
-----------------------------
I found on the net the following solution, but I already check my code and everything seems to be ok.
"You would get this error if you tried to use one of the input field tags like ><html:text> outside of an <html:form> tag."

I will appreciate any help.

Thank You..
Jessica Arroyo