Isn't the second presenter setting the value in the second view based on the event it just caught? You're describing the interaction right there.
-- Arthur Kalmenson On Mon, Jul 19, 2010 at 5:54 PM, mk <[email protected]> wrote: > How to share user input data within MVP. > > Following is one of MVP sequence for TWO widgets > > 1) 1st VIEW has a simple textbox and submit button, wherein use > enters > her name "Lady_Gaga" and click submit. > 2) 1st PRESENTER fires an event ( cuz of button click). > 3) 2nd PRESENTER catches that event and displays 2nd VIEW as dialog > box with user entered name "Lady_Gaga" > > Question) How user entered name "Lady_Gaga" be passed from 1st VIEW > to > 2nd VIEW ? > > -- > 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. > > -- 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.
