Hi, I've got Cocoon 2.0.3. I'm developing an application and want to use esql for queries. Here is the following java statement:
String metaName = new String(rs.getBytes("metaname"),"ASCII"); Is there any esql template tag to be used instead of this java code, or any other solution? String metaName = <esql:get-????? column="metaname"/>; Regards, Gabor --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>