Dear community,
The tutorial pack given for the tutorial for building large scale application using MVP (part II) does not work.
Tutorial:
http://code.google.com/webtoolkit/articles/mvp-architecture-2.htmlSource code:
http://code.google.com/p/google-web-toolkit/downloads/detail?name=Tutorial-Contacts2.zipThe website looks like this (instead of a proper table):
![]()
and the click/select events are not handled correctly.
For example:
- clicking on a person name returns true for "isSelectable" and false for "isClickable" (should be the opposite)
- deleting more than one selected person doesn't do anything
- deleting one selected person deletes the second person in the table, no matter who we select
The code from the first part was working well though.
Is there any update of the tutorial/code?
Best Regards,
Thomas