Re: passing a map into PageParameters

2010-06-29 Thread Fernando Wermus
in context: http://apache-wicket.1842946.n4.nabble.com/passing-a-map-into-PageParameters-tp2271341p2271351.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: passing a map into PageParameters

2010-06-29 Thread Igor Vaynberg
Page parameters only support strings, so you will have to encode and decode yourself -igor On Jun 29, 2010 9:49 AM, Fernando Wermus fernando.wer...@gmail.com wrote: Ray, I haven't had any succeded either. I am working with fb rest (facebook) which has some classes that work with json to

passing a map into PageParameters

2010-06-28 Thread Fernando Wermus
Hi all, I need to pass a map into PageParameters. But I failed. MapString, Object swfParameters=new HashMapString, Object(); ... swfParameters.put(token, abc); p.put(PanelIframe.SWF_PARAMETERS, swfParameters); ... RequestCycle.get().urlFor(clazz, p); The map is converted to

Re: passing a map into PageParameters

2010-06-28 Thread jammyjohn
PageParameters parameters = new PageParameters(swfParameters); This is how the hashmap is constructed in PageParameters.. Thanks, J -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/passing-a-map-into-PageParameters-tp2271341p2271351.html Sent from the Wicket - User

Re: passing a map into PageParameters

2010-06-28 Thread Fernando Wermus
-wicket.1842946.n4.nabble.com/passing-a-map-into-PageParameters-tp2271341p2271351.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: passing a map into PageParameters

2010-06-28 Thread Ray Weidner
/passing-a-map-into-PageParameters-tp2271341p2271351.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h