While debugging, I have a dom Element that looks like (Element.toString()):
>
> <span id="_TxMrk_19" key="amt"></span>


When reading the property value I get the following:

> element.getPropertyString("id")  ->  "_TxMrk_19"
> element.getPropertyString("key")  -> null


Why does reading the "key" property value returns in null? (I would expect 
"amt")...
(using gwt. 2.5.1 in dev mode against FF, with plugin).
- Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to