Hi! Thinking about MVP... how would you implement a data aware drop
down widget?

Say you want to let the user enter a country code in the View. You
could use a TextBox, but a drop down list would be more usable. How
would the widget get its values? Should the Presenter know about the
widget type, contact the server, get the countries data, and then
"feed" the widget? Doesn't that somehow violate the rule that you
should be able to change the view without having to change the
Presenter?
--~--~---------~--~----~------------~-------~--~----~
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