I have the same issue with version 1.4.17 on IE6.
Have you find the problem ?
(I have rollbacked to version 1.4.7 and it works fine.)
Martin Grigorov-4 wrote:
>
> I'd bet it is one of the famous: "if (Wicket == undefined)" vs. "if
> (typeof(Wicket) != 'undefined')" checks
> I'll check what ch
I'd bet it is one of the famous: "if (Wicket == undefined)" vs. "if
(typeof(Wicket) != 'undefined')" checks
I'll check what changes we have between 1.4.7 and 1.4.13 in that area.
On Wed, Nov 24, 2010 at 8:38 PM, kayakgreg wrote:
>
> I'm also having the same issue with Wicket 1.4.13 and IE 6. IE
I'm also having the same issue with Wicket 1.4.13 and IE 6. IE shows the
error 'Wicket' is undefined and it points to the following line in the HTML
code:
Wicket.Event.add(window, "domready", function(event) {
Reverting back to Wicket 1.4.7 fixes the problem for me too.
Greg
--
View this mes
Xavier,
Did you ever come to a resolution of this issue? I am running into similar
issues when using Wicket 1.4.13 and IE6. When rendering a Wicket page in
IE6, I get javacript errors where a number of methods/objects defined in
wicket-ajax.js cannot be found even though that file has been incl
ght on it? I'm completely lost.
Thanks,
Xavier
-Missatge original-
De: Andrea Del Bene [mailto:andrea.on@libero.it]
Enviat: miƩrcoles, 15 de septiembre de 2010 18:03
Per a: users@wicket.apache.org
Tema: Re: Javascript files not loading in IE6
Redo Cano, Xavier gencat.cat>
Redo Cano, Xavier gencat.cat> writes:
>
> Thank you for your response Andrea. I've just tried the 1.4.12 build and it
didn't solve the problem. I don't
> think it's a bug as long as in the wicket examples page this functionality is
working fine with IE6.
>
> Ciao!
>
Hi,
I've replaced file wic
ne [mailto:andrea.on@libero.it]
Enviat: miƩrcoles, 15 de septiembre de 2010 14:22
Per a: users@wicket.apache.org
Tema: Re: Javascript files not loading in IE6
Redo Cano, Xavier gencat.cat> writes:
>
> I'm sure that this is happening due to a bad configuration of my wicket
> app, becaus
Redo Cano, Xavier gencat.cat> writes:
>
> I'm sure that this is happening due to a bad configuration of my wicket
> app, because the Ajax examples from wicket-stuff work are working
> correctly with IE6 for me but I've checked the source code and I'm not
> able to find the reason why my applicat