Image Bundle is not going to help you in this case. ImageBundle
requires all images to be available at compile time. In your case, the
users can upload the images at run time, so you need a different
solution.

You should just write a servlet which returns the appropriate image
for the logged in user, and give the url for your servlet to an Image
Widget.


On Sep 7, 11:37 am, venki <[email protected]> wrote:
> We are able to image bundle localization. So based on locale the
> corresponding image bundle will be loaded right??
>
> My question is..
>
> Say i am having 1000 users to my site. At the time of registration i
> am allowing the users to upload their interested images to be shown
> after logged in. So here i have to create 1000 image bundles according
> to each users images.
>
> My question:- can we make it possible using image bundle. So based on
> some user information i have to point to its corresponding image
> bundle.
>
> Great thanks in advance
>
> I will wait for your ideas...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to