RE: Handling breadcrumbs with Struts

2006-09-21 Thread George.Dinwiddie
t; > Could you post a little sample ? > > -Messaggio originale- > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Inviato: mercoledì 20 settembre 2006 20.59 > A: user@struts.apache.org > Oggetto: RE: Handling breadcrumbs with Struts > > I would use a tile. The ti

RE: Handling breadcrumbs with Struts

2006-09-20 Thread George.Dinwiddie
I would use a tile. The tile controller can retrieve information from the request and add it to a list kept in session scope. The tile, itself, can display that list as breadcrumbs. > -Original Message- > From: Darren Hall [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 20, 2006

Re: Handling breadcrumbs with Struts

2006-09-20 Thread Jim Reynolds
You may even try and do something more dynamic, like use Ajax calls upon page loads, and that would keep things clean. Just a thought ... Scott On 9/20/06, Darren Hall <[EMAIL PROTECTED]> wrote: Thanks Leon. I've already started implementing an action hierarchy. Before I started down this r

RE: Handling breadcrumbs with Struts

2006-09-20 Thread Darren Hall
Thanks Leon. I've already started implementing an action hierarchy. Before I started down this road, I just wanted to make sure I wasn't doing more work than I needed to. =) -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Handling breadcrumbs with Struts

2006-09-20 Thread Leon Rosenberg
I don't know about a preferred way, but as I had to implement the breadcrumbs, I had too choices, do it in the base action (which fits perfectly for this kind of processing) or, if you don't have a baseaction in your action hierarchy, use a servlet filter. regards Leon On 9/20/06, Darren Hall <[