well, its still messy unless you override map.put and wrap things that are
not an array in one.

-igor


On 5/14/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

> but you see how this leads to inconsistencies right? all of a sudden
some
> things are arrays (params coming from request) while others are not
(params
> we put in). so its messy.

The thing that was messy was the old version of Wicket trying to be
smart with those parameters, which resulted in the situation where you
got different results depending on whether you would access the
parameter map via a Wicket abstraction or via the HttpServletRequest
directly.

Eelco

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