Hi,
I am trying to use cocoon sql taglib with jetspeed1.2b1.
This is the code I embed in a XSP page:
<sql:execute-query>
<sql:driver>sun.jdbc.odbc.JdbcOdbcDriver</sql:driver>
<sql:dburl>jdbc:odbc:marco</sql:dburl>
<sql:skip-rows>0</sql:skip-rows>
<sql:max-rows>50</sql:max-rows>
<sql:null-indicator>y</sql:null-indicator>
<sql:count-attribute>BOB</sql:count-attribute>
<sql:doc-element>ROWSET</sql:doc-element>
<sql:row-element>ROW</sql:row-element>
<sql:tag-case>preserve</sql:tag-case>
<sql:id-attribute>null</sql:id-attribute>
<sql:query>
SELECT dbUser,dbPass
FROM Login
</sql:query>
<sql:get-string column="dbUser"/>
<sql:get-string column="dbPass"/>
<sql:results>
</sql:results>
<sql:no-results>
no results were found
</sql:no-results>
</sql:execute-query>
But nothing appears, like if jetspeed, completely ignores these tags.
Have you already faced this problem? Can you post an example explainig how
to use this taglib?
Thanks in adv.
Marco
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]