DWR large data on IE7 does not work

View: New views
8 Messages — Rating Filter:   Alert me  

DWR large data on IE7 does not work

by Vikram Naik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When we tried using DWR to get a large set of data we noticed that the callback function never ends up getting called.  This behavior was noticed on IE7.  Any idea what this might be due to?

The same program works fine on Firefox and IE6.

Vikram


Parent Message unknown Re: DWR large data on IE7 does not work

by Amad Fida :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
This issue has been coming for sometime now but never got any response to it. I am not sure why this question doesn't deserve a look from developers of DWR.

Amad

----- Original Message ----
From: Vikram Naik <vikram.goog@...>
To: users@...
Sent: Thursday, September 20, 2007 9:51:42 PM
Subject: [dwr-user] DWR large data on IE7 does not work

When we tried using DWR to get a large set of data we noticed that the callback function never ends up getting called.  This behavior was noticed on IE7.  Any idea what this might be due to?

The same program works fine on Firefox and IE6.

Vikram




Building a website is a piece of cake.
Yahoo! Small Business gives you all the tools to get online.

Re: DWR large data on IE7 does not work

by Ganpath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am facing the same problem in IE7 when I try to fetch more no of records. Its working fine with IE6 and
firefox.
Did any one is having an answer. Please reply
I am using dwr-0.9.2b.jar file.

thanks
Ganpath

Amad Fida wrote:
This issue has been coming for sometime now but never got any response to it. I am not sure why this question doesn't deserve a look from developers of DWR.

Amad

----- Original Message ----
From: Vikram Naik <vikram.goog@gmail.com>
To: users@dwr.dev.java.net
Sent: Thursday, September 20, 2007 9:51:42 PM
Subject: [dwr-user] DWR large data on IE7 does not work

When we tried using DWR to get a large set of data we noticed that the callback function never ends up getting called.  This behavior was noticed on IE7.  Any idea what this might be due to?

The same program works fine on Firefox and IE6.


Vikram








       
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/

Re: DWR large data on IE7 does not work

by davidmarginian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

dwr-0.9.2?  Are you serious?  That is at the very least several years
old and not even available on the site for download.  I suggest an
upgrade to 2.05.

Ganpath wrote:

> I am facing the same problem in IE7 when I try to fetch more no of records.
> Its working fine with IE6 and
> firefox.
> Did any one is having an answer. Please reply
> I am using dwr-0.9.2b.jar file.
>
> thanks
> Ganpath
>
>
> Amad Fida wrote:
>  
>> This issue has been coming for sometime now but never got any response to
>> it. I am not sure why this question doesn't deserve a look from developers
>> of DWR.
>>
>> Amad
>>
>> ----- Original Message ----
>> From: Vikram Naik <vikram.goog@...>
>> To: users@...
>> Sent: Thursday, September 20, 2007 9:51:42 PM
>> Subject: [dwr-user] DWR large data on IE7 does not work
>>
>> When we tried using DWR to get a large set of data we noticed that the
>> callback function never ends up getting called.  This behavior was noticed
>> on IE7.  Any idea what this might be due to?
>>
>> The same program works fine on Firefox and IE6.
>>
>>
>> Vikram
>>
>>
>>
>>
>>
>>
>>
>>
>>        
>> ____________________________________________________________________________________
>> Moody friends. Drama queens. Your life? Nope! - their life, your story.
>> Play Sims Stories at Yahoo! Games.
>> http://sims.yahoo.com/
>>
>>    
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: DWR large data on IE7 does not work

by davidmarginian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Also, FYI:
http://www.nabble.com/Eval-Limitations-in-IE7-td9208504.html#a9208504

*"IE7* *limits* the number of variables that can be assigned in a single
*eval* to 327687"

To my knowledge we still do not have a fix for this.  It is my opinion
that if you are returning this much data you need to re-think your
design.  For now I am sorry to say that the only option may be to not
return such a huge amount of data at once (not that any user can
possibly absorb this much data anyway).  I will check our JIRA log to
see if we have an outstanding issue regarding this and if we don't I
will create one.

Ganpath wrote:

> I am facing the same problem in IE7 when I try to fetch more no of records.
> Its working fine with IE6 and
> firefox.
> Did any one is having an answer. Please reply
> I am using dwr-0.9.2b.jar file.
>
> thanks
> Ganpath
>
>
> Amad Fida wrote:
>  
>> This issue has been coming for sometime now but never got any response to
>> it. I am not sure why this question doesn't deserve a look from developers
>> of DWR.
>>
>> Amad
>>
>> ----- Original Message ----
>> From: Vikram Naik <vikram.goog@...>
>> To: users@...
>> Sent: Thursday, September 20, 2007 9:51:42 PM
>> Subject: [dwr-user] DWR large data on IE7 does not work
>>
>> When we tried using DWR to get a large set of data we noticed that the
>> callback function never ends up getting called.  This behavior was noticed
>> on IE7.  Any idea what this might be due to?
>>
>> The same program works fine on Firefox and IE6.
>>
>>
>> Vikram
>>
>>
>>
>>
>>
>>
>>
>>
>>        
>> ____________________________________________________________________________________
>> Moody friends. Drama queens. Your life? Nope! - their life, your story.
>> Play Sims Stories at Yahoo! Games.
>> http://sims.yahoo.com/
>>
>>    
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: DWR large data on IE7 does not work

by Ganpath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks a lot David...
I will go for the other solution for displaying the records through pagination.
But I am waiting until the problem fixes to use the same in our next project.

regards,
Ganapathy
David Marginian-3 wrote:
Also, FYI:
http://www.nabble.com/Eval-Limitations-in-IE7-td9208504.html#a9208504

*"IE7* *limits* the number of variables that can be assigned in a single
*eval* to 327687"

To my knowledge we still do not have a fix for this.  It is my opinion
that if you are returning this much data you need to re-think your
design.  For now I am sorry to say that the only option may be to not
return such a huge amount of data at once (not that any user can
possibly absorb this much data anyway).  I will check our JIRA log to
see if we have an outstanding issue regarding this and if we don't I
will create one.

Ganpath wrote:
> I am facing the same problem in IE7 when I try to fetch more no of records.
> Its working fine with IE6 and
> firefox.
> Did any one is having an answer. Please reply
> I am using dwr-0.9.2b.jar file.
>
> thanks
> Ganpath
>
>
> Amad Fida wrote:
>  
>> This issue has been coming for sometime now but never got any response to
>> it. I am not sure why this question doesn't deserve a look from developers
>> of DWR.
>>
>> Amad
>>
>> ----- Original Message ----
>> From: Vikram Naik <vikram.goog@gmail.com>
>> To: users@dwr.dev.java.net
>> Sent: Thursday, September 20, 2007 9:51:42 PM
>> Subject: [dwr-user] DWR large data on IE7 does not work
>>
>> When we tried using DWR to get a large set of data we noticed that the
>> callback function never ends up getting called.  This behavior was noticed
>> on IE7.  Any idea what this might be due to?
>>
>> The same program works fine on Firefox and IE6.
>>
>>
>> Vikram
>>
>>
>>
>>
>>
>>
>>
>>
>>        
>> ____________________________________________________________________________________
>> Moody friends. Drama queens. Your life? Nope! - their life, your story.
>> Play Sims Stories at Yahoo! Games.
>> http://sims.yahoo.com/
>>
>>    
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@dwr.dev.java.net
For additional commands, e-mail: users-help@dwr.dev.java.net

Re: DWR large data on IE7 does not work

by davidmarginian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We already had an issue for this.
http://bugs.directwebremoting.org/bugs/browse/DWR-361?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel

Ganpath wrote:

> Thanks a lot David...
> I will go for the other solution for displaying the records through
> pagination.
> But I am waiting until the problem fixes to use the same in our next
> project.
>
> regards,
> Ganapathy
>
> David Marginian-3 wrote:
>  
>> Also, FYI:
>> http://www.nabble.com/Eval-Limitations-in-IE7-td9208504.html#a9208504
>>
>> *"IE7* *limits* the number of variables that can be assigned in a single
>> *eval* to 327687"
>>
>> To my knowledge we still do not have a fix for this.  It is my opinion
>> that if you are returning this much data you need to re-think your
>> design.  For now I am sorry to say that the only option may be to not
>> return such a huge amount of data at once (not that any user can
>> possibly absorb this much data anyway).  I will check our JIRA log to
>> see if we have an outstanding issue regarding this and if we don't I
>> will create one.
>>
>> Ganpath wrote:
>>    
>>> I am facing the same problem in IE7 when I try to fetch more no of
>>> records.
>>> Its working fine with IE6 and
>>> firefox.
>>> Did any one is having an answer. Please reply
>>> I am using dwr-0.9.2b.jar file.
>>>
>>> thanks
>>> Ganpath
>>>
>>>
>>> Amad Fida wrote:
>>>  
>>>      
>>>> This issue has been coming for sometime now but never got any response
>>>> to
>>>> it. I am not sure why this question doesn't deserve a look from
>>>> developers
>>>> of DWR.
>>>>
>>>> Amad
>>>>
>>>> ----- Original Message ----
>>>> From: Vikram Naik <vikram.goog@...>
>>>> To: users@...
>>>> Sent: Thursday, September 20, 2007 9:51:42 PM
>>>> Subject: [dwr-user] DWR large data on IE7 does not work
>>>>
>>>> When we tried using DWR to get a large set of data we noticed that the
>>>> callback function never ends up getting called.  This behavior was
>>>> noticed
>>>> on IE7.  Any idea what this might be due to?
>>>>
>>>> The same program works fine on Firefox and IE6.
>>>>
>>>>
>>>> Vikram
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>        
>>>> ____________________________________________________________________________________
>>>> Moody friends. Drama queens. Your life? Nope! - their life, your story.
>>>> Play Sims Stories at Yahoo! Games.
>>>> http://sims.yahoo.com/
>>>>
>>>>    
>>>>        
>>>  
>>>      
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>>
>>    
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: DWR large data on IE7 does not work

by davidmarginian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks like GWT had the same problem.

http://code.google.com/p/google-web-toolkit/issues/detail?id=1440

David Marginian wrote:

> We already had an issue for this.
> http://bugs.directwebremoting.org/bugs/browse/DWR-361?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel 
>
>
> Ganpath wrote:
>> Thanks a lot David...
>> I will go for the other solution for displaying the records through
>> pagination.
>> But I am waiting until the problem fixes to use the same in our next
>> project.
>>
>> regards,
>> Ganapathy
>>
>> David Marginian-3 wrote:
>>  
>>> Also, FYI:
>>> http://www.nabble.com/Eval-Limitations-in-IE7-td9208504.html#a9208504
>>>
>>> *"IE7* *limits* the number of variables that can be assigned in a
>>> single *eval* to 327687"
>>>
>>> To my knowledge we still do not have a fix for this.  It is my
>>> opinion that if you are returning this much data you need to
>>> re-think your design.  For now I am sorry to say that the only
>>> option may be to not return such a huge amount of data at once (not
>>> that any user can possibly absorb this much data anyway).  I will
>>> check our JIRA log to see if we have an outstanding issue regarding
>>> this and if we don't I will create one.
>>> Ganpath wrote:
>>>    
>>>> I am facing the same problem in IE7 when I try to fetch more no of
>>>> records.
>>>> Its working fine with IE6 and firefox. Did any one is having an
>>>> answer. Please reply
>>>> I am using dwr-0.9.2b.jar file.
>>>>
>>>> thanks
>>>> Ganpath
>>>>
>>>>
>>>> Amad Fida wrote:
>>>>        
>>>>> This issue has been coming for sometime now but never got any
>>>>> response
>>>>> to
>>>>> it. I am not sure why this question doesn't deserve a look from
>>>>> developers
>>>>> of DWR.
>>>>> Amad
>>>>>
>>>>> ----- Original Message ----
>>>>> From: Vikram Naik <vikram.goog@...>
>>>>> To: users@...
>>>>> Sent: Thursday, September 20, 2007 9:51:42 PM
>>>>> Subject: [dwr-user] DWR large data on IE7 does not work
>>>>>
>>>>> When we tried using DWR to get a large set of data we noticed that
>>>>> the
>>>>> callback function never ends up getting called.  This behavior was
>>>>> noticed
>>>>> on IE7.  Any idea what this might be due to?
>>>>>
>>>>> The same program works fine on Firefox and IE6.
>>>>>
>>>>>
>>>>> Vikram
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>        
>>>>> ____________________________________________________________________________________
>>>>>
>>>>> Moody friends. Drama queens. Your life? Nope! - their life, your
>>>>> story.
>>>>> Play Sims Stories at Yahoo! Games.
>>>>> http://sims.yahoo.com/
>>>>>
>>>>>            
>>>>        
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@...
>>> For additional commands, e-mail: users-help@...
>>>
>>>
>>>
>>>    
>>
>>  
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...