Re: [Simpleweb-Support] Multi-value parameters
Brought to you by:
niallg
|
From: Niall G. <gal...@ya...> - 2005-12-21 22:02:27
|
Hi Andrew,
It did have multivalue parameters via
Parameters.getParameters() up to about a month ago.
However I removed this feature, now only the POST
parameter is available from the Request.getParameters.
If you want the query parameters then you need to
parse the URI. I may add this feature back in the next
release....?
Niall
--- Andrew Bunner <an...@ro...> wrote:
> Hi there,
>
> I'm new to simpleweb and... so far so good, but
> it's missing one
> feature from the Servlet API that I like. That is,
> on Servlets, you
> can say:
>
> String[] paramValuesForThisName =
> request.getParameterValues
> ("paramName");
>
> In simpleweb, there seems to be a one-key to
> one-value mapping for
> parameters in the request. So I guess this is a
> feature request.
> Niall, any plans to allow multi-value parameters?
>
> -- Andrew
>
> Andrew Bunner
> Director of Engineering, Rojo Networks, Inc.
> an...@ro...
> P: 415-848-2444
> Please visit http://www.rojo.com/ to start your FREE
> Rojo account
>
>
>
>
>
>
-------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do
> you grep through log files
> for problems? Stop! Download the new AJAX search
> engine that makes
> searching your log files as easy as surfing the
> web. DOWNLOAD SPLUNK!
>
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Simpleweb-Support mailing list
> Sim...@li...
>
https://lists.sourceforge.net/lists/listinfo/simpleweb-support
>
Niall Gallagher
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|