On Oct 23, 3:54 pm, Jason Essington <[EMAIL PROTECTED]> wrote:
> You could either return a URL from your RPC and then create an
> imageWidget using that URL, or you could simply skip the RPC
> altogether and create a GET request URL that presumably ends at a
> servlet capable of returning your image. And use that directly in the
> ImageWidget, something like new Image(GWT.getModuleBaseURL()+"images/
> ImageServlet?param=foo");
This get request URL thing works well for me.
> -jason
>
> On Oct 21, 2008, at 1:31 PM, Alley wrote:
>
>
>
> > Hi, I need to create an rpc to return an image.
>
> > Thanks,
> > Alley
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---