Hi,
 You can see what that is like here:
> http://3.michaeltyack.appspot.com
>


Look at firebug or the web inspector in safari or chrome and look for
errors in the console.

It shows an error stemming from this code in
909C8695A83550446C89538CB145ACB1.cache.html:1486[object Object]:

function dynamicCast(src, dstId){
  if (src != null && !(src.castableTypeMap$ && src.castableTypeMap$[dstId])) {
    throw new ClassCastException_0;

  }
  return src;
}

So I would look through your changes and see if there is anywhere you
might be doing something that is causing the app to throw this
ClassCastException.

Shawn

-- 
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