Description
See the discussion in http://markmail.org/thread/sgpiku27ah2tmcim
Having:
mountPage("/all/sindex",Page1.class);
mountPage("/all/#
", Page2.class);
Request to /all/sindex will be handled by Page2.
Compatibility score for optional parameters should be lower than mandatory parameters which should be lower than exact value.
Attachments
Issue Links
- relates to
-
WICKET-5565 PackageMapper - Could not resolve class
- Closed
- links to