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 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