> From: Derek Hohls [mailto:[EMAIL PROTECTED]]
> 
> On a similar vein - is it possible to process multiple-values
> (say from a form) in an XSP page and, if yes, how?

This one sounds like basic question on Servlet API. Use either
request.getParameterValues or <xsp-request:get-parameter-values/>


> (examples would be very useful ;-)

Example comes with Cocoon:
xml-cocoon2\src\webapp\docs\samples\xsp\request.xsp

Take care,
Vadim


> Thanks
> Derek
> 
> >>> [EMAIL PROTECTED] 01/04/2002 12:49:26 >>>
> Hi,
> 
> Is it possible to process multiple value parameter in XSL under Cocoon
> 2.01?
> For example, how to get all values of the tst parameter from the
> following request in xsl:
> http://localhost:8080/cocoon/test?tst=002&tst=004&tst=005
> 
> Thank you.
>     Roman
> 


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