On Tue, 26 Mar 2013 08:38:24 -0300, Guillaume Bodet <gbo...@gmail.com> wrote:

Hi all,

Hi!

I'm looking for a wizard component for Tapestry 5.3.
By "wizard", I mean a conversational set of pages that can manage state and transition rules (previous-next-cancel).
If no such component exists, does any of you have ideas about the right
design of such a component?

I think these requirements are too generic to build a component that does that.

The easier way of implementing something like that is to put all the data in a single object and use @SessionState in the different pages or components which comprise your wizard, so the same object is shared.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to