Sorry, I should have provided more information. Yes, this is a mounted page. I am using the 1.3 snapshots.
I've gone ahead and added an extra URLEncode on the parameter I am interested in, and this has resolved the issue for this case. Glad to know that is not the intended requirement, however, as transparency is so nice! Thanks for the response. -spencer Al Maw wrote: > > spencer.c wrote: >> Can someone give me a quick overview of what is safe to pass in as a page >> parameter? I was under the impression that if I had a page parameter >> that >> was a string, it would be encoded correctly in the URL, and decoded back >> to >> its original form in the page constructor. What I am finding, is that >> this >> is not the case. > > You're probably using a mounted page? > See https://issues.apache.org/jira/browse/WICKET-40 > > We'll fix this soon, I hope. :) > > Workarounds for the moment: > - Double URL-encode your values (note that you'll need to strip this > out when we fix WICKET-40) > - Use a non-mounted page. > > Regards, > > Al > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/PageParameter-Parsing-Primer-tf3254414.html#a9061414 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
