fastcgipp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fastcgipp-users] Question about multi selections


From: Eddie Carle
Subject: Re: [Fastcgipp-users] Question about multi selections
Date: Fri, 06 Jan 2012 10:49:50 -0700

On Sat, 2011-12-31 at 15:48 +0100, Volker Schreiner wrote:
> Is it possible to read the selections of a html selection element
> which is defined as multiple? In my test application the
> environment.findPost method returns an element whose value is the last
> selected element of the HTML selection. I think this behavior is
> caused by the initialization of the post parameters where the entry
> for a parameter name is overwritten without any handling for already
> initialized parameter name/value pairs.
> 
> Is the handling of multi selections already implemented and i do not
> get it work yet? Or is it not yet implemented and if so is there any
> plan to implement this feature?

This is an interesting point. When I first starting coding that part I
couldn't imagine in my mind any scenario where someone would want to
have to POST/GET values with the same name. I guess it is something
should get consideration but it makes things a little complicated. Right
now it is all just implemented as a map. Changing it to a multi-map
would actually break everything as then you are being returned data sets
instead of actual values.

Just out of curiosity, what grand purposes would warrant such a
functionality? You must have a good reason to have brought it up to
begin with.
-- 
        Eddie Carle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]