Parse Error in JSP page: Tag 'storeproc' on line '14' of page '/storeproc.jsp' is not 
in tag library 'jruntags'.
allaire.jrun.jsp.ParseException: Tag 'storeproc' on line '14' of page '/storeproc.jsp' 
is not in tag library 'jruntags'.
<%@page import="java.sql.*,javax.sql.*,allaire.taglib.*"%>
<%@taglib uri="jruntags" prefix="jrun" %>
<!doctype html public"-//w3c/Dtd Html 4.0 Transitional//EN">
<html><head><title>Stroe proc Example</title></head><body>


<%
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
Connection con = DriverManager.getConnection("jdbc:odbc:company","sa","");

%>
jrun:storeproc datasrc="company" id="result">
{call showallcompanies}
</jrun:storeproc>

<%=pageContext.getAttribute("result")%>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to