Also, you have bad form in your isLinkLoaded.

In HostedMode, that code won't run - it'll throw a type exception.  In
compiled web-mode, it'll run but you'll get unexpected behavior since you'll
have an exception objected treated as a boolean.  For instance, on an
exception, any code that checks for isLinkLoaded will return true, which
might not be what you want.

On Mon, Apr 27, 2009 at 12:18 AM, jagadesh <jagadesh.manch...@gmail.com>wrote:

>
> Thanks Vitali Lovich,
>
> Let me work this stuff.
>
> >
>

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

Reply via email to