I apply my patch, to change this code on line 824
if (Wicket.Browser.isGecko()) {
to
if (Wicket.Browser.isGecko() && url.match("^http://") == null) {
works for me, which ensures that the url is not an absolute url..
Doug Leeper wrote:
It could be related. One way to find out...
I will apply the suggested patch and see what happens.
Which patch should I try? There appears to be two suggestions.
Thanks
- Doug
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]