I think I have found the problem. After setting up a breakpoint with
firebug and using the "step into" ability I found a piece of code that
is generating an exception.

in *.cache.html:

_.sendRequest_0 = function sendRequest(id, pw){
$sendRequest(this, id, pw);
}

The problem is that _.sendRequest_0 is undefined. The exception is
Java.util.NoSuchElementException {castable TypeMap = $object}

This part of the code is automatically generated, so I must be making
a mistake somewhere else that is causing this.

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to