Hi all,

I try to use an exising com.google.gwt.i18n.client.Messages object
with UIBinder. I think that the messages object can be made available
to the template by an "ui:with" element:

<ui:with field="msgs" type="com....MyMessages"/>

When I tried to access a label from the messages using

<g:HTML HTML="{msg.label}"/>

I get the error message: "class HTMLhas no appropriate setHTML". That
seems to be an error, because the HTML class has a setHTML(String)
method.

Does anyone know what is going wrong?

--Stefan

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