image not working when path changed using ImmutableResourceBundle

2008-10-17 Thread zujee
have one more problem. When i tried to load image form another folder in public say images, its not loading and showing error like Resource images/myimage.jpg not found. I have given like ResourcesInterface extends ImmutableResourceBundle { /** @gwt.resource images/myjpg.jpg */ public

Re: image not working when path changed using ImmutableResourceBundle

2008-10-17 Thread glidealong
So is it possible to put the images into the public folder rather than the client folder? did you find out if it's possible? Cuz i think it's cleaner to separate the java code from the resources files, which also helps a lot in maintaining the code. Any help is appreciated. Thanks and Regards,