Just a simple question, I couldn't find any hint on this in the mailing list and the wiki.
Is ExternalLink doing some URL encoding with the href param or will I
have to do it on my own? Something like:
new ExternalLink(
"id",
"http://www.mysite.com/page.jsp?title=" +
URLEncoder.encode("This is a title", "UTF-8")
);
Thanks,
Roman
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
