Hi,
Whenever I change SmartGwt to SmartGwtDebug in .gwt.xml I got an error:
runnig this code:
Seems to me that FilterBuilder doesn't work with SmartGwtDebug ?
Thanks,
MichalG
Whenever I change SmartGwt to SmartGwtDebug in .gwt.xml I got an error:
Code:
Just before Uncaught JavaScript exception [error has no properties] in http://localhost:8080/SmartGWTUmowy/sc/client/debug/debug.js, line 281
Code:
final FilterBuilder filterBuilder = new FilterBuilder(); Canvas canvas = new Canvas(); System.out.println("Just before"); canvas.addChild(filterBuilder); System.out.println("Just after");
Thanks,
MichalG
Comment