Hi all
I took recordset rs using the below jsp code:
<%@ page import="allaire.taglib.*" %>
<%@ taglib uri="jruntags" prefix="jrun" %>
<%@ taglib prefix="test" uri="test.tld" %>
<jrun:sql driver="sun.jdbc.odbc.JdbcOdbcDriver" url="jdbc:odbc:test" id="rs">
SELECT * FROM Colors
</jrun:sql>
<jrun:param id="rs" type="QueryTable"/>
<test:test fields="Id,Color"/>
How could I use this recordset in a custom taglib for some fields manipulation?
Could some one provide example code?
Thanks.
Younas Aamir
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.