Hi,

While we  are [1]talking about  the hacks required to  make Wicket
work, there's an old one I submitted:

[ 1493672 ] Handle String array in PageParameters
http://sourceforge.net/tracker/index.php?func=detail&aid=1493672&group_id=119783&atid=684977

Basically the following code:

        PageParameters params = new PageParameters();
        params.add("a", "1");
        params.add("a", "2");

Gives the following URL:

        http://server/app?a=1

Instead of:

        http://server/app?a=1&a=2

Can you please review it?
-- 
     Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

[1] http://sourceforge.net/mailarchive/message.php?msg_id=36407447

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to