Hi,
Iam developing a small GWT application where i have an entry point
called login
Login shows LoginPage composite which has user name and password and a
login button.
When the user presses login iam firing an event and this event is
picked up by the login.
Then iam creating a composite called overview. But during the creation
all the handlers iam adding are not added. Instead they are going to
deferreddeltas in handle manager.
The firingdepth is 1 instead of the usual 0.
The execution happens like this
Login
-> Login Page
-> Login Event fired
Login - > Login Event Received
-> overview function executed
-> Here when i add the event handler
iam facing this problem.
Can you please tell me what is the problem here?.
Am i doing any design mistake?.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---