User 59bc43367b
25-10-2007 16:42:28
I am using the code used in simple_db_search > searchresults.jsp example. When I use it in my code, I get the "Unable to compile class" error for the line;
mview_param("cell1", "|<%= HTMLTools.convertForJavaScript(dbMolfile) %>");
I am able to connect to my structure db and get data.
What do I need to do to overcome this error? Is my header not correct? It currently is;
<%@ page import="java.sql.*" %>
<%@ page import="java.util.*" %>
<%@ page import="chemaxon.util.*" %>
<%@ page import="chemaxon.jchem.db.*" %>
(I also had same problem with DatabaseTools.readBytes. But I could use rec.getstring to get the data)
mview_param("cell1", "|<%= HTMLTools.convertForJavaScript(dbMolfile) %>");
I am able to connect to my structure db and get data.
What do I need to do to overcome this error? Is my header not correct? It currently is;
<%@ page import="java.sql.*" %>
<%@ page import="java.util.*" %>
<%@ page import="chemaxon.util.*" %>
<%@ page import="chemaxon.jchem.db.*" %>
(I also had same problem with DatabaseTools.readBytes. But I could use rec.getstring to get the data)