Bugs item #1463930, was opened at 2006-04-03 20:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1463930&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: R.J. Lorimer (rjlorimer) Assigned to: Nobody/Anonymous (nobody) Summary: Query Parameters Not Sent To Coding Strategy Initial Comment: I apologize if this is an open issue or has been discussed before; I didn't find anything so bear with me. I am working on an article for Javalobby regarding the URL mounting features in 1.2, and I was surprised to find that the current url target coding strategies are responsible for encoding page parameters into a query string if necessary (e.g. ProductPage?productId=1 as well as the built-in ProductPage/productId/1), and yet the 'decode' method is not provided the query parameters as part of the processing line. It would help my example signficantly if I could deviate from the built-in /.../.../.../ scheme by doing something still related to the traditional query syntax - ?..=..&...=...&... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1463930&group_id=119783 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
