Hi,

I have a problem with my mvp project.

I do the binding in the constructor of each presenter, every presenter
is implemented as a singleton. I do that because otherwise I
discovered that the binding to the buttons, textboxes etc will be
established each time I use the presenter and so i had duplicated
actions. Now the bind method will be called only once like excpected
but when I click a button in my view there no action, its like the
binding to my buttons does not exist? Does anyone has an advise for
me? I do not see the issue? Or is it not possible to do that in gwt ?


Thanks
Best regards

-- 
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-tool...@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