Description
Hi,
When using an optional parameter, there is something fishy with the way Wicket 7 resolves the mount point.
For instance, if you mount in the following order the following paths:
/test/${id}
/test/mount/
requests to /test/mount/4 are directed to the page mounted with /test/${id}
Quick start to come.