Hello,
I'm using a template for my application and for the main content I want to display a
table from a database.
When I access the database.do using a URL I get all the data correctly.
When I use this database.do file in the .jsp that uses the template I get :
javax.servlet.ServletException: Servlet Exception
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459)
at
_0002fcompany_0002ejspcompany_jsp_3._jspService(_0002fcompany_0002ejspcompany_jsp_3.java:234)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
How should I handle this error?
Thanx in advance.