On 06.Jul.2001 -- 02:30 PM, JEULIN Olivier wrote:
> Well, esql:get-int needs a column name,
> so try:  "select count(*) as thecount from..."
> and use: <esql:get-int column="thecount "/>

That's not true. It takes either a label or a number. So 
<esql:get-int column="1"/> should work (and it's translated correctly
to _esql_query_resultset.getInt(1). Problem seems to be something else.

Marco, have a look at the generated source, line 4816

/usr/local/home/siteadm/download/jakarta-tomcat-3.2.2/work/localhost_8080%2Fcocoon/org/apache/cocoon/www/elenco/prova_xsp.java

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to