• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PagingScrollTable Javascript error

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Techies,

I am a newbie to GWT and have recently started exploring the GWT API's. I am running into a problem with the PagingScrollTable in which If I select rows in quick succession, it throws the javascript error. The PagingScrollTable which I am using has a RowSelectionHandler method defined in which I use the selected object for further processing, the problem only seems to occur when I select a row and in a span of a second I select another row, so even before the handler gets called for the first row selected, the second requests comes in and then it pops up the javascript error. Can you please help me in this regard? I can attach the source code if required.

Thanks & Regards,
Sumeet C



Below is the NotificationRowSelection Handler class

 
Sumeeeeeet Chakraborty
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My sincere apology for cross posting it
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic