Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3125806
By: pdonachy

Ok tried that with the following

<%@ taglib uri="/WEB-INF/dbforms.tld" prefix="db" %>
<%@ taglib uri="/WEB-INF/sql.tld" prefix="sql" %>
<html>
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

hello   
        
<db:getConnection id="myConnection" > 
<sql:statement id="stmt" conn="myConnection"> 
<sql:query>Select * from users</sql:query> 
<sql:resultSet id="rs"> 
        <sql:getColumn position="1"/>
    <sql:getColumn position="2"/>
    <sql:getColumn position="3"/>
    <sql:getColumn position="4"/>
     <sql:getColumn position="5"/>
</sql:resultSet> 
</sql:statement> 
</db:getConnection> 
        

</body>
</html>


then I get the following exception

exception 

org.apache.jasper.JasperException: /userupdate.jsp(12,0) No tag "statement"
defined in tag library imported with prefix "sql"



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to