Re: [Wicket-user] [wicket 1.2.4] JIRA issue? Ampersand char problem in wicket.markup.html.link.ExternalLink.java

2007-02-04 Thread Johan Compagner
this has to be fixed different later on. Because this is horrible. Everywhere we have those special url encoding char replacing of urls. That should go into one place (at moment of constructing and rendering the url) johan On 2/2/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Fixed, see

[Wicket-user] [wicket 1.2.4] JIRA issue? Ampersand char problem in wicket.markup.html.link.ExternalLink.java

2007-01-23 Thread Kadir Sener GUMUS
Hi all, i experienced a problem with href attribute of rendered ExternalLink. In our application, i needed to parse rendered html in a SaxParser implementation. But i couldnt! When i looked in source codes of ExternalLink and Link, i saw the problematic line is that, in ExternalLink there is no