On Wed, Dec 28, 2011 at 11:55 PM, Guillaume Smet <[email protected]> wrote: > In Wicket 1.5.3, if I have the following mapping: > mountPage("/admin/user/", AdminUserListPage.class); > mountPage("/admin/user/${id}", AdminUserPage.class);
Same sort of problem with:
mountPage("/ticket/contract/", ...)
mountPage("/ticket/${id}/", ...)
(I added a / after the id to workaround the problem on the
/admin/user/${id}/ page but I then have the above problem on other
pages)
--
Guillaume
