Hi all,
I'am getting the following error when accessing this /jsp/Jdbc.jsp
Internal Servlet Error:
org.apache.jasper.compiler.ParseException:
/var/net/services/infoline/doc/jsp/Jdbc.jsp(4,44) Attribute , has no value
this jsp has the following code:
<%@ page language="java" import="java.io.*","java.sql.*","JdbcBean" %>
where JdbcBean is a class which has functions for database connection,
returning resultset object and closing the connection.
In this jsp i make an instance of JdbcBean class as follows
<%! JdbcBean jdbctest = new JdbcBean(); %> and then call upon it's
functions. But I get the above error.
Any help is appreciated
Thanks
Naresh