Not that I know of. The only naivgation related component I have heard of is Craig's <s:token> component in Shale.
But this is to prevent double submits and force page order using the token pattern. The breadcrumb thing is different but you may want to check out s:token to see if there are any ideas you can borrow. We should be starting up a sandbox project once we move to SVN (we're still in discussions amongst the committers on how to do that but we will have one shortly.) This will allow us to experiment with various components (such as this) that our users are coming up with. sean On 4/25/05, Enrique Medina <[EMAIL PROTECTED]> wrote: > Yes, I also developed one for Struts, but as James, was wondering > whether someone had already done it... > > On 4/25/05, James Mitchell <[EMAIL PROTECTED]> wrote: > > That's typically a hash stack of some sort that maintains your navigation > > trail. > > > > Example: > > > > Main Menu >>> Customer >>> Search Customer > > > > ..where "Main Menu" and "Customer" would be a link that takes you "backward" > > navigation wise. > > > > Something like this wouldn't be too hard to do. I built one for the current > > app I'm working on (Struts app), and I've been looking for a nice little > > project to work on while I improve my Faces/Shale skills ;) Perhaps I'll > > work on this. But, of course, I don't want to reinvent the wheel....so if > > this is already done, please let us know. > > > > Thanks. > > > > -- > > James Mitchell > > Software Engineer / Open Source Evangelist > > Consulting / Mentoring / Freelance > > EdgeTech, Inc. > > 678.910.8017 > > AIM: jmitchtx > > Yahoo: jmitchtx > > MSN: [EMAIL PROTECTED] > > > > > > ----- Original Message ----- > > From: "Sean Schofield" <[EMAIL PROTECTED]> > > To: "MyFaces Discussion" <[email protected]>; "Enrique Medina" > > <[EMAIL PROTECTED]> > > Sent: Monday, April 25, 2005 4:46 PM > > Subject: Re: Crumb component > > > > What do you mean by crumb component? > > > > sean > > > > On 4/25/05, Enrique Medina <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Is there anybody who has implemented a crumb component for MyFaces or > > > something similar? > > > > > > > >

