For me, I'm talking about nagivation links at the top, that get longer as
you go deeper into various sections of the website, and which you can use to
trace your way back up the "tree".

To quote Andy, "I'd like for the breadcrumbs to allow the user to be able to
navigate back to each section between the site home page and where they are
currently located within the site.  For example, if the breadcrumb on my
page looks like this: 
  Porsche NA > Cars > Coupes > 911
(Assuming I'm on the "911" page) then I would like for my user to be able to
click on "Coupes" and go to the Coupes page, or on "Cars" and go up to Cars,
and so on."

I'm thinking of a history trail, that shows where I've been (and can use to
get back to where I was), rather than forward-looking links that I drill
down with.

Does this answer your question, Adam?

--Judd

-----Original Message-----
From: Adam Hardy [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 23, 2004 2:24 PM
To: Struts Users Mailing List
Subject: Re: Breadcrumbs


Are you guys talking about breadcrumb 'trail' as in showing history, or 
do you mean drilling down into a tree of subsections and subsubsections?


On 02/23/2004 11:09 PM Carl wrote:
> Hi,
> 
> We have similar needs, is it possible for you to send the code ?
> 
> Thanks,
> 
> Carl
> 
> [EMAIL PROTECTED] wrote:
> 
>> I created five classes and an interface to do this, and manage the
>> trail from an
>> Action class.  Since I load the content in the Action for display by a 
>> JSP, I can
>> create the name and backlink for the crumb there.
>>
>> Rick DeBay
>>
>> On Mon, 23 Feb 2004 16:41 , Miller, Judd M,,DMDCWEST
>> <[EMAIL PROTECTED]>
>> sent:
>>
>>
>>> I have the same basic needs as Andy does for my application. I would 
>>> add that I'm expecting there's an intelligent way of storing/calling
>>> breadcrumbs so that when you make changes to the breadcrumbs, you 
>>> only have
>>> to change it in one place, and not on every page where they appear. 
>>> Tiles?
>>> XML? Database? (These are random ideas on my part...I really have no 
>>> idea,
>>> hence my desire for an answer to this question too.)
>>>
>>> Thanks.
>>>
>>> --Judd
>>>
>>> -----Original Message-----
>>> From: [EMAIL PROTECTED] [EMAIL PROTECTED]','','','')">[EMAIL PROTECTED]
>>> Sent: None
>>> To: Struts Users Mailing List
>>> Subject: Re: Breadcrumbs
>>>
>>>
>>> I just finished rolling my own last week.  I've found that 
>>> breadcrumb requirements end up being unique in some way to the
application.
>>> What are
>>> your requirements?
>>>
>>> Rick DeBay
>>>
>>> On Mon, 23 Feb 2004 15:28 , Gregory F. March [EMAIL PROTECTED]> sent:
>>>
>>>
>>>> Not sure if there is any formal method, but we wound up building 
>>>> our
>>>> own...
>>>>
>>>> /greg
>>>>
>>>> On Feb 23, 2004, "Miller, Judd M,,DMDCWEST"
>>>> [EMAIL PROTECTED]>  wrote:
>>>>
>>>> |I hope someone responds to this, because I have the same question.
>>>> |
>>>> |--Judd Miller
>>>> |
>>>> |-----Original Message-----
>>>> |From: Andy Engle
>>>> |[EMAIL PROTECTED]','','','')">[EMAIL PROTECTED]
>>>> |Sent: Saturday, February 21, 2004 11:36 PM
>>>> |To: [EMAIL PROTECTED]
>>>> |Subject: Breadcrumbs
>>>> |
>>>> |
>>>> |Hi all,
>>>> |
>>>> |Is there any slick way of putting breadcrumbs into a web app with
>>>> |Struts? If so, what's the preferred way?
>>>> |
>>>> |Thanks.
>>>> |
>>>> |
>>>> |Andy
>>>
>>>
>>>
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to