|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
DWR large data on IE7 does not workWhen 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 |
|
|
|
|
|
Re: DWR large data on IE7 does not workI 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
|
|
|
Re: DWR large data on IE7 does not workdwr-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 workAlso, 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 workThanks 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
|
|
|
Re: DWR large data on IE7 does not workWe 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 workLooks 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@... |
| Free embeddable forum powered by Nabble | Forum Help |