Description
After a mountPage("/myPage", MyPage.class) when we want to do unmount we have to do:
unmount("mypage") without a starting / because unmount("/mypage") does not work.
This was seen on version 1.5.5 of Wicket (was not tested on higher versions)