Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Trouble referencing a text field in a GWT test case

 
Ranch Hand
Posts: 436
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm using GWT 2.4. I'm trying to construct a GWTTestCase to test an AJAX call on my GWT page. I have this handler defined in my onModuleLoad ...



Problem is when I run my GWT Test Case (through Eclipse), I get the Exception, "One or more exceptions caught, see full set in UmbrellaException#getCauses" complaining about the line



How am I supposed to set up my GWT Test case so that the line above doesn't die? Here's how I'm doing it now ...



Thanks, - Dave


ps - Here's the complete exception stack trace ...

 
It is an experimental device that will make my mind that most powerful force on earth! More powerful than this tiny ad!
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic