Hi there, I tried to run a simple application (a helloworld) with the latest versions of the libraries(both gwt and smartgwt)
When I compile I am getting this:
Removing units with errors
[ERROR] Errors in 'jar:file:/home/cvasilak/Projects/GWTDemo/war/WEB-INF/lib/smartgwt.jar!/com/smartgwt/client/widgets/events/HoverHiddenEvent.java'
[ERROR] Line 76: The method getHandlers() is undefined for the type S
[ERROR] Errors in 'jar:file:/home/cvasilak/Projects/GWTDemo/war/WEB-INF/lib/smartgwt.jar!/com/smartgwt/client/widgets/grid/events/CellMouseUpEvent.java'
[ERROR] Line 77: The method getHandlers() is undefined for the type S
I switched back to the "stable" smartgwt.jar release but I keep getting these errors. I am kind of newbie to both libraries so I guess there must be some obvious thing I am missing...
Any help?
Regards
When I compile I am getting this:
Removing units with errors
[ERROR] Errors in 'jar:file:/home/cvasilak/Projects/GWTDemo/war/WEB-INF/lib/smartgwt.jar!/com/smartgwt/client/widgets/events/HoverHiddenEvent.java'
[ERROR] Line 76: The method getHandlers() is undefined for the type S
[ERROR] Errors in 'jar:file:/home/cvasilak/Projects/GWTDemo/war/WEB-INF/lib/smartgwt.jar!/com/smartgwt/client/widgets/grid/events/CellMouseUpEvent.java'
[ERROR] Line 77: The method getHandlers() is undefined for the type S
I switched back to the "stable" smartgwt.jar release but I keep getting these errors. I am kind of newbie to both libraries so I guess there must be some obvious thing I am missing...
Any help?
Regards
Comment