"Use the Source, Luke!"

have a look at ExternalLink#onComponentTag


On Tue, Aug 18, 2009 at 12:38 PM, Roman Uhlig
Maxity.de<roman.uh...@maxity.de> wrote:
>
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to