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

Reply via email to