On Tuesday, May 3, 2011 3:34:42 PM UTC+2, decitrig wrote:
After upgrading to 2.3.0, I was getting a warning about UiBinder.useSafeHtmlTemplates being false. I couldn't find any documentation on this, but looking through various search results eventually led me to try adding<set-configuration-property name="UiBinder.useSafeHtmlTemplates" value="true" /> to the .gwt.xml file. Thought I would post here in case others were curious - is this documented somewhere that I missed?
I don't know why GWT is issuing a warning. "use SafeHtmlTemplates" in UiBinder is a rewrite of UiBinder's generated code (based on SafeHtmlTemplates rather than String concats) but it's still being worked on AFAIK; and was disabled in 2.3 because it was "not ready for prime time".
(For that matter, set-configuration-property doesn't seem to have any documentation either?)
It's partly documented in http://code.google.com/p/google-web-toolkit/wiki/MultiValuedConfigProperties
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment