Thanks for someone's response in advance
i installed GWT 1.6 to eclipse. and added smartgwt 1.0b2 to eclipse's project.
so, i wrote simple code on GWT Web Application project.
but GWT App Engine could not find resource files of smartgwt skin(default enterprise skin)
i could create smartgwt widget object, but image files of smartgwt widgets doest not display.
2009. 4. 9 오후 5:33:07 com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /sc/skins/Enterprise/skin_styles.css
2009. 4. 9 오후 5:33:18 com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /sc/skins/Enterprise/images/blank.gif
2009. 4. 9 오후 5:33:18 com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /sc/skins/Enterprise/images/blank.gif
what is the solution about it?
p.s) i have installed Google Widget Toolkit plugin for Eclipse 3.4. and i would like to use smartgwt with it
i installed GWT 1.6 to eclipse. and added smartgwt 1.0b2 to eclipse's project.
so, i wrote simple code on GWT Web Application project.
but GWT App Engine could not find resource files of smartgwt skin(default enterprise skin)
i could create smartgwt widget object, but image files of smartgwt widgets doest not display.
2009. 4. 9 오후 5:33:07 com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /sc/skins/Enterprise/skin_styles.css
2009. 4. 9 오후 5:33:18 com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /sc/skins/Enterprise/images/blank.gif
2009. 4. 9 오후 5:33:18 com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /sc/skins/Enterprise/images/blank.gif
what is the solution about it?
p.s) i have installed Google Widget Toolkit plugin for Eclipse 3.4. and i would like to use smartgwt with it
Comment