gwt-mosaic

gwt mosaic preventing deploy

I have a gwt project that uses gwt-mosaic. Here is the error message I get: Compiling module com.athena.Athena Refreshing module from source Validating newly compiled units Removing units with errors [ERROR] Errors in 'jar:file:/Users/kevmo/AthenaLibs/gwt-mosaic/gwt-mosaic-r951.jar!/org/gwt/mosaic...

Image in GWT Button

How do I add image to GWT Button or how do I use Mosaic's Buttons to add image. I can't figure out how to use THIS example in my code. What library do I need to add. I have Mosaic Library in my project and I can use it but the example that they have there does not work for me. Thanks ...

The method onMouseClick(Event) is undefined for the type DataTable

I have tried all the variations of gwt-incubator jar and I continue to receive this error when compiling my source: [ERROR] Errors in 'jar:file:/WEB-INF/lib/gwt-mosaic-0.3.0-rc1.jar!/org/gwt/mosaic/ui/client/table/DataTable.java' [ERROR] Line 64: The method onMouseClick(Event) is undefined for the type DataTable Has anyone else encount...