解决 smartgwt的‘did you forget to inherit a required module?’问题
最近在使用smartgwt开发胖客户端
看官方例子,application demo运行之后总是报错
在确定代码没有任何问题,环境正确(运行一个smartgwt正常)就可能是以下的问题导致
[ERROR] [SmartGWTDemo] - Line 44: No source code is available for type com.smartgwt.wujc.form.SearchForm; did you forget to inherit a required module? [ERROR] [SmartGWTDemo] - Line 45: No source code is available for type com.smartgwt.wujc.grid.CategoryTreeGrid; did you forget to inherit a required module?