Hi,
I have an Img object that works fine in dev mode (tested in FF), but not in production. It doesn't pick up the image, and is just blank.
The code is:
I've checked and re-checked the war file. Appending "/images/alerts.png" to the app name, in place of the HTML file, in the browser brings up the image.
It is the SGWT build from Feb. 17th. Any help would be appreciated.
Thanks
I have an Img object that works fine in dev mode (tested in FF), but not in production. It doesn't pick up the image, and is just blank.
The code is:
Code:
Tab tTab4 = new Tab("Alerts"); Img tImg4 = new Img("/images/alerts.png", 647, 763); tTab4.setPane(tImg4);
It is the SGWT build from Feb. 17th. Any help would be appreciated.
Thanks
Comment