Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events & Logic - Item.ui.xml - Missing description style #168

Open
99sono opened this issue Feb 21, 2016 · 0 comments
Open

Events & Logic - Item.ui.xml - Missing description style #168

99sono opened this issue Feb 21, 2016 · 0 comments
Assignees

Comments

@99sono
Copy link

99sono commented Feb 21, 2016

In the events & logic section, the Item.ui.xml is missing a css style referred by the main body of the widget template.

It leads to the following compilation error:

Compiling module org.gwtproject.tutorial.TodoList
Computing all possible rebind results for 'org.gwtproject.tutorial.client.Item.ItemUiBinder'
Rebinding org.gwtproject.tutorial.client.Item.ItemUiBinder
Invoking generator com.google.gwt.uibinder.rebind.UiBinderGenerator
[ERROR] Could not find no-arg method named description in type com.google.gwt.resources.client.CssResource
[ERROR] Errors in 'org/gwtproject/tutorial/client/Item.java'
[ERROR] Line 28: Failed to resolve 'org.gwtproject.tutorial.client.Item.ItemUiBinder' via deferred binding
Unification traversed 1026 fields and methods and 325 types. 21 are considered part of the current module and 21 had all of their fields and methods traversed.
[ERROR] Compiler returned false

The style is required by the following element.

<div ui:field="description" class='{style.description}'></div>

Kind regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants