Unable to display html file in Frame container.

2011-01-13 Thread Barry
I developed a diagnostic app interface using GWT. (Akin to a car diagnostic device on steroids). Now need to allow subject matter experts to easily add/modify/maintain help-tips via separately developed Html files. I can select display web sites in a Frame container, but yet unable to get an

Re: Unable to display html file in Frame container.

2011-01-12 Thread Y2i
You can place static content in the war directory. For example, if you have war/hello.html, you can use this ui binder snippet to load it: g:Frame width=100% url=hello.html/ http://code.google.com/support/bin/answer.py?hl=enanswer=63584 -- You received this message because you are subscribed