Bookmarkable urls are doing correct encoding, the problem is only with the the setResponsePage call.
chickabee wrote: > > Hi, > > I am using: > setResponsePage(SearchPage.class, params); > > Now if any of the params value has a space then the url fails miserably > because it replaces the space with a + sign, e.g. > > param value "foo bar" becomes foo+bar, instead of foo%20bar if it was > encoded correctly, > > Is there a way to tell the Application to encode all the mounted url > parameters correctly? > > Thanks !! > -- View this message in context: http://www.nabble.com/Encoding-the-Nice-URL-Parameters-%21-tf4470697.html#a12747677 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
