Re: IE 6 - 'Wicket' is undefined

2011-06-25 Thread D D
Sven: I'm not privy to participate in deployments and I don't have
access to server setup. One thing is certain it was a very interesting
situation because another wicket application was running just fine on
the same server. (That's how I diagnosed the deployment issue - the
other appRoot would give me the js mentioned)

Martin: I'm not sure if it's related.

I've used Chrome to determine that js was not reaching the browser -
so technically my subject line is a bit misleading - and the repeated
the steps in IE6 and got the same results.

What's worth mentioning is that the runtime is IBM WebSphere 6.1. We
had problems with filtering at the beginning. Despite of enabling a
filtering variable/setting for WAS we still had to add index.html
because filtering was hit or miss.We had random problems with ajax
processing  - we would get 404 responses. (Again it was affecting some
ajax components of the application and not all)

Thanks,
Dave

On Sat, Jun 25, 2011 at 1:28 AM, Martin Makundi
 wrote:
> Hi!
>
>> For all poor souls that may run into this problem here is a sanity
>> check to consider.
>>
>> Attempt to run the following URL:
>> http://yourmachinename[:port]/appRoot/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js
>
> Interesting. It might be related to:
>
> http://apache-wicket.1842946.n4.nabble.com/Internal-error-parsing-wicket-interface-td3610746.html
>
> **
> Martin
>
>>
>> Your browser should attempt downloading a file (in case of IE6 -
>> that's the default behavior)
>>
>> If you get error the problem in all likelihood lies with broken
>> deployment - which is pretty interesting in our case since the app
>> rendered on server side without issues but failed on the front end.
>>
>> I hope it helps.
>>
>> Thanks,
>> Dave
>>
>> On Fri, Jun 24, 2011 at 2:41 PM, Martin Makundi
>>  wrote:
>>> Hi!
>>>
>>> It will probably cost you quite some time but you can debug the order
>>> of js library references being loaded in various situations.
>>>
>>> Wicket is a javascript reference to the wicket js methods and if
>>> "Wicket" is undefined it means it is not loaded at that time... for
>>> some reason.
>>>
>>> **
>>> Martin
>>>
>>>
>>> 2011/6/24 D D :
 Hello,

 We have an issue where IE6 loads and works fine with wicket's js
 during development. As soon as we moved app to "community" server IE6
 comes up with an error:

 "Error: 'Wicket' is undefined

 As much as we would wish to get off IE6 we have to stick with it for a
 little longer. I've seen people having issues after moving from 1.4.7
 to newer version. I've never seen resolution to a thread that we
 running back in Nov. 2010.

 Does anyone have any idea what could have gone wrong?

 Thanks,
 Dave

 -
 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
>>>
>>>
>>
>> -
>> 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
>
>

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



Re: IE 6 - 'Wicket' is undefined

2011-06-24 Thread Martin Makundi
Hi!

> For all poor souls that may run into this problem here is a sanity
> check to consider.
>
> Attempt to run the following URL:
> http://yourmachinename[:port]/appRoot/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js

Interesting. It might be related to:

http://apache-wicket.1842946.n4.nabble.com/Internal-error-parsing-wicket-interface-td3610746.html

**
Martin

>
> Your browser should attempt downloading a file (in case of IE6 -
> that's the default behavior)
>
> If you get error the problem in all likelihood lies with broken
> deployment - which is pretty interesting in our case since the app
> rendered on server side without issues but failed on the front end.
>
> I hope it helps.
>
> Thanks,
> Dave
>
> On Fri, Jun 24, 2011 at 2:41 PM, Martin Makundi
>  wrote:
>> Hi!
>>
>> It will probably cost you quite some time but you can debug the order
>> of js library references being loaded in various situations.
>>
>> Wicket is a javascript reference to the wicket js methods and if
>> "Wicket" is undefined it means it is not loaded at that time... for
>> some reason.
>>
>> **
>> Martin
>>
>>
>> 2011/6/24 D D :
>>> Hello,
>>>
>>> We have an issue where IE6 loads and works fine with wicket's js
>>> during development. As soon as we moved app to "community" server IE6
>>> comes up with an error:
>>>
>>> "Error: 'Wicket' is undefined
>>>
>>> As much as we would wish to get off IE6 we have to stick with it for a
>>> little longer. I've seen people having issues after moving from 1.4.7
>>> to newer version. I've never seen resolution to a thread that we
>>> running back in Nov. 2010.
>>>
>>> Does anyone have any idea what could have gone wrong?
>>>
>>> Thanks,
>>> Dave
>>>
>>> -
>>> 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
>>
>>
>
> -
> 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



Re: IE 6 - 'Wicket' is undefined

2011-06-24 Thread Sven Meier

Thanks Dave, that's a good advice.

Just out of curiosity: what did go wrong with your deployment?

Best,
Sven

On 25.06.2011 04:26, D D wrote:

For all poor souls that may run into this problem here is a sanity
check to consider.

Attempt to run the following URL:
http://yourmachinename[:port]/appRoot/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js

Your browser should attempt downloading a file (in case of IE6 -
that's the default behavior)

If you get error the problem in all likelihood lies with broken
deployment - which is pretty interesting in our case since the app
rendered on server side without issues but failed on the front end.

I hope it helps.

Thanks,
Dave

On Fri, Jun 24, 2011 at 2:41 PM, Martin Makundi
  wrote:

Hi!

It will probably cost you quite some time but you can debug the order
of js library references being loaded in various situations.

Wicket is a javascript reference to the wicket js methods and if
"Wicket" is undefined it means it is not loaded at that time... for
some reason.

**
Martin


2011/6/24 D D:

Hello,

We have an issue where IE6 loads and works fine with wicket's js
during development. As soon as we moved app to "community" server IE6
comes up with an error:

"Error: 'Wicket' is undefined

As much as we would wish to get off IE6 we have to stick with it for a
little longer. I've seen people having issues after moving from 1.4.7
to newer version. I've never seen resolution to a thread that we
running back in Nov. 2010.

Does anyone have any idea what could have gone wrong?

Thanks,
Dave

-
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




-
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



Re: IE 6 - 'Wicket' is undefined

2011-06-24 Thread D D
For all poor souls that may run into this problem here is a sanity
check to consider.

Attempt to run the following URL:
http://yourmachinename[:port]/appRoot/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js

Your browser should attempt downloading a file (in case of IE6 -
that's the default behavior)

If you get error the problem in all likelihood lies with broken
deployment - which is pretty interesting in our case since the app
rendered on server side without issues but failed on the front end.

I hope it helps.

Thanks,
Dave

On Fri, Jun 24, 2011 at 2:41 PM, Martin Makundi
 wrote:
> Hi!
>
> It will probably cost you quite some time but you can debug the order
> of js library references being loaded in various situations.
>
> Wicket is a javascript reference to the wicket js methods and if
> "Wicket" is undefined it means it is not loaded at that time... for
> some reason.
>
> **
> Martin
>
>
> 2011/6/24 D D :
>> Hello,
>>
>> We have an issue where IE6 loads and works fine with wicket's js
>> during development. As soon as we moved app to "community" server IE6
>> comes up with an error:
>>
>> "Error: 'Wicket' is undefined
>>
>> As much as we would wish to get off IE6 we have to stick with it for a
>> little longer. I've seen people having issues after moving from 1.4.7
>> to newer version. I've never seen resolution to a thread that we
>> running back in Nov. 2010.
>>
>> Does anyone have any idea what could have gone wrong?
>>
>> Thanks,
>> Dave
>>
>> -
>> 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
>
>

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



Re: IE 6 - 'Wicket' is undefined

2011-06-24 Thread Martin Makundi
Hi!

It will probably cost you quite some time but you can debug the order
of js library references being loaded in various situations.

Wicket is a javascript reference to the wicket js methods and if
"Wicket" is undefined it means it is not loaded at that time... for
some reason.

**
Martin


2011/6/24 D D :
> Hello,
>
> We have an issue where IE6 loads and works fine with wicket's js
> during development. As soon as we moved app to "community" server IE6
> comes up with an error:
>
> "Error: 'Wicket' is undefined
>
> As much as we would wish to get off IE6 we have to stick with it for a
> little longer. I've seen people having issues after moving from 1.4.7
> to newer version. I've never seen resolution to a thread that we
> running back in Nov. 2010.
>
> Does anyone have any idea what could have gone wrong?
>
> Thanks,
> Dave
>
> -
> 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



IE 6 - 'Wicket' is undefined

2011-06-24 Thread D D
Hello,

We have an issue where IE6 loads and works fine with wicket's js
during development. As soon as we moved app to "community" server IE6
comes up with an error:

"Error: 'Wicket' is undefined

As much as we would wish to get off IE6 we have to stick with it for a
little longer. I've seen people having issues after moving from 1.4.7
to newer version. I've never seen resolution to a thread that we
running back in Nov. 2010.

Does anyone have any idea what could have gone wrong?

Thanks,
Dave

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