Hi Brandon, Try replacing the ScrollTable line with this one:
<inherits name="com.google.gwt.gen2.table.Table" /> Also, if you're using the Gen2 version, you can elide the WidgetIdeas include. Regards, Starchy On Sep 18, 5:10 pm, bnedwek <[email protected]> wrote: > Hi everybody, > > Sorry for what must be a ridiculously simplistic question, but: > > What do I include in my project's include XML file to get ScrollTable > to work? I have the incubator jar file in the project, I'm importing > all the classes I need, but I'm not sure which of the .gwt.xml files I > need. I've tried > > <inherits name='com.google.gwt.widgetideas.WidgetIdeas' /> > <inherits name='com.google.gwt.gen2.Gen2' /> > <inherits name='com.google.gwt.gen2.table.ScrollTable' /> > > and that will load in hosted without errors, but the table doesn't > actually show up. > > Thanks for your help, > > - Brandon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
