Hi all, We are looking at the viability of moving our product to 1.5, and for most of our custom components I think the transition should be possible, but we have hit a brick wall when it comes to the UrlCoding Strategy.
We're using wicket stuff annotations to control the mount points for each of our pages, but it seems this project has not been migrated to 1.5 yet. So I decided to take a look and see what was needed, and it seems that whats needed changes to the whole thing. I'm guessing from what I'm reading that 1.5 made a lot of changes to the way requests are mapped, and therefore would have a big impact on how pages are resolved from URLs. It seems that IRequestTargetUrlCodingStrategy no longer exists, but there is no comment in the 1.5 migration guide to say what replaces it. Is there anywhere I can go to read the new approach to page mounting? I'm happy to help out porting annotations to 1.5 (if you think its even possible) but would love some pointers as to what has changed to send me in the right direction. Thanks, Steve
