Thanks again, and what will be the best way to make these url temper proof?
Currently, if i break the key value pairs, the wicket app is very unhappy like below: Unexpected RuntimeException Root cause: java.lang.IllegalStateException: URL fragment has unmatched key/value pair: name/foo/id at org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy.decodeParameters(AbstractRequestTargetUrlCodingStrategy.java:175) at org.apache.wicket.request.target.coding.BookmarkablePageRequestTargetUrlCodingStrategy.decode(BookmarkablePageRequestTargetUrlCodingStrategy.java:76) at org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.targetForRequest(WebRequestCodingStrategy.java:384) at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:175) Francis De Brabandere-2 wrote: > > that is the default, you can changed it using a different > UrlCodingStrategy > > On 9/10/07, chickabee <[EMAIL PROTECTED]> wrote: >> >> Simply Amazing! It works like a charm. >> >> So the Wicket syntx is: >> https://lilo:8443/whisky/app/cat/param1/value1/param2/value2 >> >> Gracias para la ayuda Fancis! >> >> ===================== >> >> >> tried https://lilo:8443/whisky/app/cat/id/1 ? >> >> >> -- >> View this message in context: >> http://www.nabble.com/Param-%3D-null-tf4413478.html#a12589994 >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://www.somatik.be > Microsoft gives you windows, Linux gives you the whole house. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Param-%3D-null-tf4413478.html#a12590261 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
