Muhannad schrieb:

> Is there anything in GWT like IsPostBack() in .NET?

I don't know IsPostBack(), but...

> I just want to execute a code snippet at the first load of the page,
> how could I do that?

... in GWT there is just one page. So EntryPoint.onModuleLoad()
is the place where you can put your code to achieve that.

> By the way, what is the page lifecycle in GWT?

There is only one page, the things happening after that
are just changes on the DOM-object.


Regards, Lothar

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