Thanks Fabrizio I'll give it a go.

Re having a default parameter, I found this that may help? Haven't tried it myself:

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)



cheers,
Steve





On 10 Feb 2009, at 13:45, Fabrizio Giudici wrote:

Of course the arguments in my example have been copied in a hurry from working code, the former is the path and the latter the page class:

mount(new QueryStringUrlCodingStrategy(path, class));


--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog
fabrizio.giud...@tidalwave.it - mobile: +39 348.150.6941


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to