Tuesday, April 28, 2015

SuperDevMode compiler results different to Eclipse GWT compiler

Hi, I'm working on an application running Java 1.7 / GWT 2.7.0 with SuperDevMode using the GWT CodeServer (through Eclipse / Tomcat).

My page consists of a panel which holds a CellTable with a CustomTableBuilder to dynamically generate custom rows - TableRowBuilder and TableCellBuilder:

table.setTableBuilder(new CustomTableBuilder());

....

private class CustomTableBuilder extends AbstractCellTableBuilder<QueryStatusResults>
{
          ....
}

When I compile this through Eclipse my data is visible in the table, all works fine.
However, when I compile this using SuperDevMode compiler (in Chrome) my data isn't showing.

Has anyone seen this type of issue before? Are there any known SDM bugs with any of the GWT components mentioned?

Any help would be appreciated.


 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment