To follow up on what Thiago has said... I've had good luck with thexe
examples from the Jumpstart:

http://jumpstart.doublenegative.com.au/jumpstart/examples/wizard/usingformfragments/$N/$N
http://jumpstart.doublenegative.com.au/jumpstart/examples/wizard/usingpages1


On Tue, Mar 26, 2013 at 6:59 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:

> 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-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to