1.我最近使用UIBinder 编辑 的xml文件时遇到这种错误:
The error message is : UIBinder template should be in client package.
You are attempting to use UiBinder for /hsp-web/src/main/java/com/hs/hspweb/client/ui/UserListViewImpl.ui.xml, however it is not in GWT client package.
解决方法:
Go to "Java build path" in project properties, click on "YourProjectName/src/main/resources" -> "Excluded: **" entry and press "Remove" button.
It should change to "Excluded: (None)" Then, you will be able to open GWT designer.