hi all,

i'm trying to get data from a database with row- and
columnnames specified through http-requests

I tried:
.
.
<esql:get-string>
 <esql:column> 
  <xsp-request:get-parameter name="column"/>
 </esql:column> 
</esql:get-string>
.
.
and got a fatal error saying:
"Parameter 'column' missing in dynamic tag
<esql:get-string>" 
I looked it up in the sources and it's true. there's
no such element in get-string

following works fine (but is not what i want).
.
.
<esql:get-string column="id" />
.
.

http-request and other stuff works fine.

I'm a new user (1 week now) and not secure enough to
change the sources. 

is there perhaps another way to do it?

thanks for your time and help

andi

PS: cocoon rocks..

<><
andi
[EMAIL PROTECTED]
_______________________
Who is General Failure 
and why is he reading my harddisc?

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
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]>

Reply via email to