You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Samuel Cheung <sy...@gmail.com> on 2005/03/23 21:29:36 UTC

Wizard like component for Tapestry

Hi,

Can some one please tell me if there is Wizard like component for Tapestry?
Thank you.

Sam


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Wizard like component for Tapestry

Posted by Henrik Vendelbo <hv...@bluprints.com>.
if the wizard is not overly complex it should be possible to impement it in a single page with custom components and persistent state. That way you can isolate the individual steps in combinations of components and maintain the overall progress of the wizard in the page state. Anyway that is how I do it.

Have a look at DirectLink and DirectService to get you started, which by default takes you back to the same page, but modified by parameters.

Henrik
----- Original Message ----- 
From: "Ron Piterman" <mp...@vollbio.de>
To: <ta...@jakarta.apache.org>
Sent: Thursday, March 24, 2005 10:36 AM
Subject: Re: Wizard like component for Tapestry


> IMO a Wizard will not be a component, but rather
> (1) a collection of pages with persistant properties (which get "saved" 
> in the session) and lead to eachother, eachone validating the input,
> 
> or
> 
> (2) a page with Block components (which render "optionally") - each one 
> representing one step.
> 
> Anywayz, as far as i can see it is *very* simple to implement...
> Cheers,
> Ron
> 
> 
> ציטוט Samuel Cheung:
> > Hi,
> > 
> > Can some one please tell me if there is Wizard like component for Tapestry?
> > Thank you.
> > 
> > Sam
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Wizard like component for Tapestry

Posted by Ron Piterman <mp...@vollbio.de>.
IMO a Wizard will not be a component, but rather
(1) a collection of pages with persistant properties (which get "saved" 
in the session) and lead to eachother, eachone validating the input,

or

(2) a page with Block components (which render "optionally") - each one 
representing one step.

Anywayz, as far as i can see it is *very* simple to implement...
Cheers,
Ron


ציטוט Samuel Cheung:
> Hi,
> 
> Can some one please tell me if there is Wizard like component for Tapestry?
> Thank you.
> 
> Sam
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org