Re: Design question - Multiple step customer registration process

2012-03-03 Thread Olivier
Hi Alfredo, Thanks a lot for your feedback, it was exactly what I was looking for ! Very much appreciated, Hugues On 3 mar, 06:14, Alfredo Quiroga-Villamil laww...@gmail.com wrote: A view with a Card Layout (DeckLayout) should help you there. You are essentially building a wizard like form

Design question - Multiple step customer registration process

2012-03-02 Thread Olivier
Hi Everyone, I have been playing around with GWT / GAE for a few weeks now and really appreciate the functionalities offered. The web application I am building is designed around MVC as explained in the various tutorials. However for one type of process (customer registration form), we have to

Re: Design question - Multiple step customer registration process

2012-03-02 Thread Alfredo Quiroga-Villamil
A view with a Card Layout (DeckLayout) should help you there. You are essentially building a wizard like form at that point. In your wizard-like form, you can activate each view and every time you hit next/back you are updating your wizard model which you can then access upon submit or Finish.