The Problem: Using one of Wickets url mounting strategies i can do the following url (as an example)
http://somedomain.com/mount-path/desiredname
what i would like to do is
http://somedomain.com/desiredname
desiredname would be e.g. pages or posts. But with Wicket I must use a mount-path first.
Can anybody point me into the right direction, either using a different mounting strategy or a filter setup.
E.g a fallback class for all urls within somedomain.com, from thereone the code should be simple.
thanks.