For us, we assign a unique action to every JSF page we make. Then, I also made a custom navigation handler that can return the context-relative path to any given action.
>From there, we can track a history as far back as we want of people going through our app. Our app is just a huge conglomeration of wizards, so we know a good deal about making them. Mainly, we've just needed common layouts for our pages, and nothing more. On Thu, 24 Mar 2005 20:13:24 +0100, Jesse Alexander (KBSA 21) <[EMAIL PROTECTED]> wrote: > Wizards and other "multi-view-components" have also one special problem: > > How to return to the place from which they are launched. Hopefully the > solution that Oracle as implemented is not to difficult to > reengineer. > > Alexander > > -----Original Message----- > From: Manfred Geiler [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 24, 2005 8:05 PM > To: MyFaces Discussion; [EMAIL PROTECTED] > Subject: Re: Wizard like component > > Not yet. > Do you have concrete ideas what such a component might look like and > how it's behaviour should be specified? No easy task IMHO, for wizards > normally are closely tied to the business logic. > > What might be interesting for you: > One of the goals of Shale (Struts 2.0) is to provide an easy framework > for wizards. > > -M > > On Thu, 24 Mar 2005 10:24:54 -0600, Samuel Cheung <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Can some one please tell me if there is Wizard like component for MyFaces? > > Thank you. > > > > Sam > > > -- -Heath Borders-Wing [EMAIL PROTECTED]

