Searched like crazy without finding any documentation on this...

I would like to maintain functionality of all my currently mounted pages
and resources.

In addition to this, I would like to have a "catch all" mapping logic that
picks up urls like

http://www.example.com/product-A.html
http://www.example.com/product-B.html
...

And if my logic doesn't find "product-X" in the database, it should fall
through to the 404-page.

Some products gets mapped to ProductPage.class, others get mapped to
OtherProductPage.class.

Further more I would like these links to be bookmarkable, and that
parameters gets appended with the usual ?foo=bar

I'm on Wicket 6.24.

cheers,
Andreas Lundblad

Reply via email to