Problem: Using one of the Wickets URL mounting strategies, I can make the following URL (as an example)
http://somedomain.com/mount-path/desiredname
what i would like to do is
http://somedomain.com/desiredname
the desired name will be, for example, pages or posts. But with Wicket, I must first use the mount path.
Can someone point me in the right direction using either a different installation strategy or a filter setting.
For example, a backup class for all URLs inside somedomain.com, from there the code should be simple.
thank.
nheid source
share