[Wicket-user] wicket 1.2.6 critical bug

2007-04-27 Thread jan_bar
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

Re: [Wicket-user] wicket 1.2.6 critical bug

2007-04-27 Thread Johan Compagner
we do follow the spec now... so we could change it back for 1.2 but for 1.3i 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,

Re: [Wicket-user] wicket 1.2.6 critical bug

2007-04-27 Thread Igor Vaynberg
afaik servlet spec is string,string[] not string,string, or has this changed recently? -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]

Re: [Wicket-user] wicket 1.2.6 critical bug

2007-04-27 Thread jan_bar
Thanks for your support, I now use PageParameters.getString() instead of PageParameters().get(). Spec says String, String[]. Jan -- Jan Bares http://jan.vegetband.cz Igor Vaynberg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] afaik servlet spec is string,string[] not

Re: [Wicket-user] wicket 1.2.6 critical bug

2007-04-27 Thread Gwyn Evans
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

Re: [Wicket-user] wicket 1.2.6 critical bug

2007-04-27 Thread Igor Vaynberg
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