Thanks hagar. I followed your instructions with two changes:
1. Added "import import com.google.gwt.user.cellview.client.CellTable.Resources;" the interface in Step 1. 2. I was getting an error regarding unobfuscated class names in my CSS file, so I appended "cellTable" to all the CSS classes (as per the recommendation of the compiler). Now I get the following error: [ERROR] [amdb] - Deferred binding failed for 'amdb.client.ui.table.CellTableResource'; expect subsequent failures [DEBUG] [amdb] - Rebinding com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl [WARN] [amdb] - For the following type(s), generated source was never committed (did you forget to call commit()?) [WARN] [amdb] - amdb.client.ui.table.CellTableResource_default_InlineClientBundleGenerator If anyone has an idea, please let me know. ~Owen -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
