hm, from the old days of doing struts level stuff it was always an array,
even if there is only a single param.

-igor


On 4/27/07, Gwyn Evans <[EMAIL PROTECTED]> wrote:

On Friday, April 27, 2007, 5:16:08 PM, Igor <[EMAIL PROTECTED]>
wrote:

> afaik servlet spec is <string,string[]> not <string,string>, or has this
changed recently?

The servlet spec hasn't, but looking back, the Wicket
ServletWebRequest.getParameterMap() implementation used to store
<string, string> if there was only a single underlying value...

What I doubt that Jan's aware of is that if there had been multiple
values for a paramater, it would have stored an array!

/Gwyn

> -igor


> On 4/27/07, Johan Compagner < [EMAIL PROTECTED]> wrote:
> we do follow the spec now... so we could change it back for 1.2 but for
1.3 i would keep it.

> johan



> On 4/27/07, jan_bar < [EMAIL PROTECTED]> wrote:
> Hi,

> I have posted new bug in 1.2.6:
> https://issues.apache.org/jira/browse/WICKET-511.
> For me, this is a show stopper (1.2.6 is unusable).

> Thanks, for your support, Jan

> --
> Jan Bares
> http://jan.vegetband.cz



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to