Try <jrun:storedproc ...> (with a 'd')
Nathan Wheat
Technical Sales Consultant
Firmware Design
Phone: 0401 148 989
Email: [EMAIL PROTECTED]
http://www.firmware.com.au
-----Original Message-----
From: Bert [mailto:[EMAIL PROTECTED]]
Sent: Monday, 13 August 2001 7:10 AM
To: JRun-Talk
Subject: Storeproc tag help
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