This is not what I want to achieve.

I need to pass a map of  parameters as just an entry into PageParameters and
other entries too.

For instance,


Map swfParameters=new HashMap();
swfParameteres.put("a", "1");
swfParameteres.put("b", "2");

PageParameters p=new PageParameters();
p.put("swfParameters", swfParameters);
p.put("other", "other");

On Mon, Jun 28, 2010 at 4:15 PM, jammyjohn <jchinnas...@yahoo.com> wrote:

>
> 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 mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus

Reply via email to