either use IndexedParamUrlCodingStrategy to mount your page.
e.g.
params.put("0", foo);
params.put("1", bar);
params.put("2", cux);
will result in mountpoint/foo/bar/cux (in that order)or override the strategy you're using to get them in the right order, but i still don't get why you're trying to do this... Mathias P.W Nilsson wrote: > > I don't quite know what you mean. I must still pass PageParameters to the > contructor of a page? How could this help me? > ----- Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/PageParameter-question-tp18999929p19001725.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
