Hi Andrei,
Its hard to diagnose the problem without an example from your code :)
This works for me by selecting the values from 1 column in the table and
putting them into a combo box:
...
<esql:execute-query>
<esql:query>
<!-- select a single column from the table -->
</esql:query>
<esql:results>
<xsp:logic>
<form action="blah" method="POST">
<select name="fruit">
<esql:row-results>
<option><esql:get-columns/></option>
</esql:row-results>
</select>
<input type="submit" value="Choose"/>
</form>
</xsp:logic>
</esql:results>
</esql:execute-query>
...
Hope this helps,
Best Regards,
Chris
> -----Original Message-----
> From: Andrei Bejenaru [mailto:[EMAIL PROTECTED]]
> Sent: 30 August 2001 10:35
> To: [EMAIL PROTECTED]
> Subject: Requesting multiple selection lists
>
>
> I got a form with 3 selection lists which are dynamicaclly filled from a
> bunch of selects and some other lists.
> On submit (method is POST) all other input elements are send correctly to
> the action xsp; my 3 lists don't appear
> between the request parameters in the log, nor I can apply a
> getParameter or
> getParameterValues method on them.
>
> Any ideeas ?
>
>
> ---------------------------------------------------------------------
> 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]>
>
>
>
---------------------------------------------------------------------
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]>