Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 40437 invoked from network); 25 Apr 2005 21:02:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2005 21:02:49 -0000 Received: (qmail 54446 invoked by uid 500); 25 Apr 2005 21:03:18 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 54379 invoked by uid 500); 25 Apr 2005 21:03:17 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 54344 invoked by uid 99); 25 Apr 2005 21:03:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of e.medina.m@gmail.com designates 64.233.162.205 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.205) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 25 Apr 2005 14:03:17 -0700 Received: by zproxy.gmail.com with SMTP id 13so1197167nzp for ; Mon, 25 Apr 2005 14:02:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mHgcaDgs9XwMBEIEqs44vW0GvHce5kZQrIwFlq1RZd7B57NYwah9VUq0e5kLiCAn33ZHWhZiS29Y9hMCA/R2QCdMcD5vSZMRpC+KcVZNxjY+LqMigUnNj526EieGhfX4UVgLFc14W0jUEDmmZHMGJbplVsCVDRBHWJ5hpp4InKg= Received: by 10.36.8.17 with SMTP id 17mr538821nzh; Mon, 25 Apr 2005 14:02:41 -0700 (PDT) Received: by 10.36.5.17 with HTTP; Mon, 25 Apr 2005 14:02:41 -0700 (PDT) Message-ID: Date: Mon, 25 Apr 2005 23:02:41 +0200 From: Enrique Medina Reply-To: Enrique Medina To: MyFaces Discussion Subject: Re: Crumb component Cc: Sean Schofield In-Reply-To: <083a01c549d8$ccd76940$6602a8c0@auburn> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2387fbc505042513464df2050@mail.gmail.com> <083a01c549d8$ccd76940$6602a8c0@auburn> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yes, I also developed one for Struts, but as James, was wondering whether someone had already done it... On 4/25/05, James Mitchell wrote: > That's typically a hash stack of some sort that maintains your navigation > trail. >=20 > Example: >=20 > Main Menu >>> Customer >>> Search Customer >=20 > ..where "Main Menu" and "Customer" would be a link that takes you "backwa= rd" > navigation wise. >=20 > Something like this wouldn't be too hard to do. I built one for the curr= ent > 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 i= f > this is already done, please let us know. >=20 > Thanks. >=20 > -- > James Mitchell > Software Engineer / Open Source Evangelist > Consulting / Mentoring / Freelance > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > Yahoo: jmitchtx > MSN: jmitchell@apache.org >=20 >=20 > ----- Original Message ----- > From: "Sean Schofield" > To: "MyFaces Discussion" ; "Enrique Medina" > > Sent: Monday, April 25, 2005 4:46 PM > Subject: Re: Crumb component >=20 > What do you mean by crumb component? >=20 > sean >=20 > On 4/25/05, Enrique Medina wrote: > > Hi, > > > > Is there anybody who has implemented a crumb component for MyFaces or > > something similar? > > >=20 >