Hi, I am using the MVP approach in my current GWT project. In a few views it is necessary to show the user an confirmation dialog (for example "do really want to delete" yes/no)
So now I do not know how to solve this in the best way. I created a Generic Widget for these cases, so that I can use it at different places in my project. But I am not sure if this is the best way to do this. This Generic Widget contains a PopupPanel so that it can be shown. My Question now, is it possible to solve this wihtout using a popup?? Can somebody give me an advice? Thanks -- 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.
