you probably need something like

String[] myParam_values = request.getParameterValues("myParam");

/Leo

On Wednesday, May 22, 2002, at 11:27  Uhr, Axel Seibert wrote:

> Dear Cocoon users!
>
> Could some kind soul please send me some sample code how to cope with
> the result of <xsp-request:get-parameter-values/> with Cocoon 1.8.2? I
> somehow seem to be unable to figure out myself...
>
> background: A form offers the user the choice to select several values
> for a single attribute (each value encoded as a single char, e.g. "T",
> "G", etc.). I'd like to concatenate all different chars into a single
> string and save it into a database column. So far I've managed to
> connect to the database and collect all the other form variables, but
> this multiple value thing is driving me crazy... I've tried pure xslt,
> combined with Java, pure Java (as I've found in some other example) --
> all to no avail.
>
> Any hint & tip would be very much appreciated!
> Upgrading to Cocoon2 unfortunately is not an option.
>
> Thanx!
> Axel
>
> --
> [EMAIL PROTECTED]                         http://www.globonaut.org
>   You are young once only but you can stay immature indefinitely.
> PGP Fingerprint: 9AAB CEBC CB6C 7C20 BEBC  4B88 3E2E A5CA 57F4 D70B
>
>
> ---------------------------------------------------------------------
> 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]>

Reply via email to