Title: Mounted pages and page parameters

page parameters are not behaving similar when using a mounted path versus the bookmarkable page url
mounting a page to a url should not affect how parameters are passed in

these 2 urls should both pass in the tsrNum parameter
paws&wicket:bookmarkablePage=:secondStep.DSRFormPage&tsrNum=VA10JAN065000
paws/EditDSR?tsrNum=VA10JAN065000

the second one does not pass the param in.  through tracing the code i found that it expects
/paws/EditDSR/tsrNum/VA10JAN065000

splitting the parameters with a / makes no sense to me, but if there is some reason for it then passing parameters in the traditional way should still work.

the code that specifically looks for a / and returns an empty map otherwise is in
AbstractRequestTargetUrlCodingStrategy.decodeParameters

please change this before the official 1.2 release

Scott

Reply via email to