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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to