Re: How to load a url in a panel?

2009-07-01 Thread Sowjanya Yerramneni
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

Re: How to load a url in a panel?

2009-06-30 Thread Sowjanya Yerramneni
I used the following code to make a call. The html content was printed in the console where I can see the html code. There is no dynamic content displayed in the html. The html if executed individually will show a button. But when i made a call to the same from another html nothing got displayed.

Re: How to load a url in a panel?

2009-06-30 Thread waf
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

Re: How to load a url in a panel?

2009-06-27 Thread bmorsh
You need to use RequestBuilder and make an actual ajax call to GET the contents of the URL. On Jun 24, 2:23 am, Sow y.sowja...@gmail.com wrote: Hi, I have two hmls in my module. How do I load one html content into a panel of another html? panel.load(First.html) doesnt work for me. Please

How to load a url in a panel?

2009-06-24 Thread Sow
Hi, I have two hmls in my module. How do I load one html content into a panel of another html? panel.load(First.html) doesnt work for me. Please help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web