Hi Wicketeers,

I want to capture requests to sub-pagesof a specific URL (e.g. http://host/root-page/42 as a sub-page of http://host/root-page/) and then respond with XML that's based on the current state of the site and the tail of the URL (e.g. 42)

I've used URIRequestTargetUrlCodingStrategy as demonstrated in http://wicketstuff.org/wicket14/staticpages/but (as with many other classes) this has moved/disappeared in Wicket 1.5.

I haven't found any mention of this class in https://cwiki.apache.org/WICKET/migration-to-wicket-15.htmland the staticpages example above has disappeared from http://wicketstuff.org/wicket/index.html

The migration notes do mention org.apache.wicket.request.target.coding.QueryStringUrlCodingStrategy so it looks like AbstractRequestTargetUrlCodingStrategy has been replaced by IRequestHandler and its implementations. As mount() now only takes an IRequestMapper I assumes that is also relevant but I would really appreciate a pointer as to which of the many classes implementing IRequestHandler and IRequestMapper to use.

Thanks in advance.

Regards Richard Care

Reply via email to