With the code similar to this, <sql:connection.... <sql:query id="getBoxen" connection="conn1" visibility="table"> <jsp:getProperty name="tr" property="sql"/> </sql:query> I was getting strange output and no result for the query I sent <sql>. However, when I changed property from "sql" to another name, it was fine. Can there be conflicts from getSql() somewhere with the getSql in my own taglib or can anyone else suggest what the problem was? Thanks. RK __________________________________________________ Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
