I'm using 2.8.0-SNAPSHOT. If I add any new ui-field=".." to a ui.xml file, 
they aren't picked up either on refresh, or on clearing the SDM cache . 
Instead, I have to restart SDM in order for these changes to be picked up. 
Otherwise, I keep getting the error that there's no @UiField for the 
corresponding field in the ui.xml file.

(To be clear, adding new fields to the Java file works, but when I assign 
those fields in the ui.xml template, that isn't picked up. So e.g if I add 
a @UiField Label foo to MyView.java, and assign that via <g:Label 
ui-field="foo" /> in the ui.xml file, I still get the error that MyView#foo 
isn't assigned to a ui-field. Other ui.xml changes do get picked up, but 
not new ui-fields)

On a related note,it seems that CellTable is using CssResource. The 
compiler fails to run if you use CellTable unless you set the css mode to 
lenient. (Also the error message asks to set it to strict in order to 
temporarily avoid the issue, which is confusing as it needs to be set to 
lenient)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/02ce9814-7640-4bf6-8772-0f300eab00f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to