On Wednesday, September 15, 2010 16:16:06 Patrick Julien wrote:
>   public String getValue(R object) {
> -    return renderer.render(object.get(property));
> +    ProxyImpl proxyImpl = (ProxyImpl) object;
> +    return renderer.render(proxyImpl.<T>get(property, String.class));
>   }
> 
> This blows up on anything that isn't a String.  At least on
> Windows/Chrome it does in dev mode.  In Linux seems to work fine.
> [...]

Yeah, I'm also getting this issue on FF on linux when debugging a gwt
app.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to