Saturday, April 18, 2015

Re: UiBinder with an immediate webcomponent tag?

Java fields/variables must not contain hyphens so f_my-webcomp1 is invalid Java syntax and causes the compile error.

As a workaround you could probably rename your web component to mywebcomp or my_webcomp. The UiBinder generator needs to be adjusted to work with the naming convention of web components. Feel free to open a bug for it.

-- J.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment