I am working to create a simple html app using a sample from the Smart GWT Showcase, specifically from the drag and drop section.
While the html file displays correctly in dev mode, when I actually try to run it directly from the war directory, a blank screen is shown (in IE/Firefox and Chrome).
Why is this happening? How do I tackle this correctly? Do GWT/Smart GWT developers routinely face such a problem?
While the html file displays correctly in dev mode, when I actually try to run it directly from the war directory, a blank screen is shown (in IE/Firefox and Chrome).
Why is this happening? How do I tackle this correctly? Do GWT/Smart GWT developers routinely face such a problem?
Comment