I've just started with GWTP last week, and find it to work quite well. Have 
you considered using a nested 
presenter<http://code.google.com/p/gwt-platform/wiki/SimpleNestedSample>setup 
where a presenter is orchestrating your 8 step process? The trouble 
here is persisting where the user is. Since they might start on browser A, 
and finish on browser B, you would likely need to persist this serverside 
somewhere and have your nested presenter fetch the user's state and place 
them at the proper step in the 8 step process. You could also use said 
parent presenter to restrict the user from moving ahead of or behind the 
current selected step.

Hope that helps.


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/cy3BTBBALV4J.
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