On 10.Jan.2003 -- 03:20 AM, xx yy wrote:
> 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>

Try this instead:
 <esql:get-string>
  <esql:param name="column"> 
   <xsp-request:get-parameter name="column"/>
  </esql:param> 
 </esql:get-string>

        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/faq/index.html>

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

Reply via email to