I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is this possible?
The code snip I include obviously does not work! What is the correct way? <code snip> <esql:row-results> <xsp:logic> <value><esql:get-string column="<xsp:expr>strSelectBoundColumn</xsp:expr>"/></value> <text><esql:get-string column="<xsp:expr>strSelectTextcolumn</xsp:expr>"/></text> </xsp:logic> </esql:row-results> </code snip> THX, Bert "My spelling is Wobbly. It's good spelling but it Wobbles, and the letters get in the wrong places." A. A. Milne (1882-1958) --------------------------------------------------------------------- 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]>