Hi Waf,

Thanks for your response. I have made this change and now I could see the
error which says

Resource not found: com.myPack.FirstGridApp.nocache.js; (could a file be
missing from the public path or a <servlet> tag misconfigured in module
com.myPack.LoginSearch.gwt.xml ?)

LoginSearch is my current module. FirstGridApp is an another class that
extends Entrypoint in the same package. I have two gwt.xmls.

Please let me know if anything else needed that I missed to put here.

Thanks,

Sowjanya



On Tue, Jun 30, 2009 at 11:32 PM, waf <[email protected]> wrote:

>
> Hi
>
> This is not correct.
>
> formPanel.setHtml(htmltext);
>
> is called when the request is send and then htmltext is null or
> whatever value it has.
>
> It is set to the response text when the request is finished and
> that's some time later. You should setHtml in onResponseReceived.
>
> --
> waf
>
>
> >
>


-- 
-Regards,
Sowjanya.

--~--~---------~--~----~------------~-------~--~----~
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