In looking at the source code for ExternalLink (wicket 1.4.6), I see that all
urls have '&' converted to '&'

        // generate the href attribute
        tag.put("href", Strings.replaceAll(url, "&", "&"));

How can I link to an external url and still pass url parameters?  I want to
do something like this:

        this.add(new ExternalLink("link",
"http://www.google.com/search?hl=en&q=wicket";, "Google Wicket"));

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/url-params-with-ExternalLink-tp2257905p2257905.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to