开发者

SmartGWT Widgets not displaying properly

I have a basic GWT Maven project going. I added SmartGWT and started playing around with some widgets and nothing displays correctly. The ListGrid seems to somewhat render but things are off and even data isnt showing up (though the rows respond to indicate there is dat开发者_JAVA技巧a within the row). Sorting arrows dont appear but are clickable, and filters are wildy off. Whats causing this. I deleted everything in the .css file.

GWT newbie here.


Did you add the following to your host html file?

var isomorphicDir = "MODULE_NAME/sc/";

where MODULE_NAME is the name of your GWT module. ie the name you have in your GWT module xml file.

See http://forums.smartclient.com/showthread.php?t=8159#aImages


fyi the next release of Smart GWT will no longer require users to add the isomorphicDir variable to the host html file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜