Re: ImageBundles and Image Path

2009-09-09 Thread Sumit Chandel
Hi Sammy,
The images that you refer to via the @Resources tag must be somewhere in the
classpath during your GWT compilation / hosted mode startup. Although it
isn't common practice to include public resources like image files in the
WEB-INF folder, you can use the @Resource tag to refer to the image as long
as the WEB-INF folder is in your hosted mode and GWT compiler process
classpaths.

Hope that helps,
-Sumit Chandel

On Sat, Sep 5, 2009 at 8:51 PM, picosam pico...@gmail.com wrote:


 Hello,

 I have a folder named images in the same level as my WEB-INF folder
 in my project. What should I put in the @Resource tag in the
 ImageBudle method? It doesn't seem to find my image at all.

 Thank you,
 Sammy

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: ImageBundles and Image Path

2009-09-06 Thread venki

./images/your image name

On Sep 6, 8:51 am, picosam pico...@gmail.com wrote:
 Hello,

 I have a folder named images in the same level as my WEB-INF folder
 in my project. What should I put in the @Resource tag in the
 ImageBudle method? It doesn't seem to find my image at all.

 Thank you,
 Sammy
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: ImageBundles and Image Path

2009-09-06 Thread venki


or simply place  images in your modules public path. For more details
go through the following link

http://code.google.com/p/google-web-toolkit/wiki/ImageBundleDesign



On Sep 6, 8:51 am, picosam pico...@gmail.com wrote:
 Hello,

 I have a folder named images in the same level as my WEB-INF folder
 in my project. What should I put in the @Resource tag in the
 ImageBudle method? It doesn't seem to find my image at all.

 Thank you,
 Sammy
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



ImageBundles and Image Path

2009-09-05 Thread picosam

Hello,

I have a folder named images in the same level as my WEB-INF folder
in my project. What should I put in the @Resource tag in the
ImageBudle method? It doesn't seem to find my image at all.

Thank you,
Sammy

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---