Hi.
I have now mounted some internal pages and then all the external are
mounted like:

getRootRequestMapperAsCompound().add(new MountedMapper("cms/${page}",
ExternalPage.class) );

What I'd like is that ALL the URL that are not mounted with an
explicit mapper are automatically redirected to ExternalPage.class,
also keeping the ${page} parameter that I use internally in that page.

There's a nice way to do that?

Thanks.

-- 
Daniele Dellafiore
http://danieledellafiore.net

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

Reply via email to