R: Handling breadcrumbs with Struts

2006-09-22 Thread Marcello Savino
I got everything I needed ! Ciao, marcello -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Inviato: giovedì 21 settembre 2006 18.37 A: user@struts.apache.org Oggetto: RE: Handling breadcrumbs with Struts Creating a working sample would be quite a bit of work, and I

RE: Handling breadcrumbs with Struts

2006-09-21 Thread George.Dinwiddie
Adjust to suit. - George Dinwiddie http://www.idiacomputing.com/ > -Original Message- > From: Marcello Savino [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 21, 2006 3:04 AM > To: Struts Users Mailing List > Subject: R: Handling breadcrumbs with Struts > &g

R: Handling breadcrumbs with Struts

2006-09-21 Thread Marcello Savino
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 tile controller can retrieve information

RE: Handling breadcrumbs with Struts

2006-09-20 Thread George.Dinwiddie
20, 2006 12:24 PM > To: 'Struts Users Mailing List' > Subject: Handling breadcrumbs with Struts > > > My lack of Struts knowledge is showing here, but - > > I need to move data from my action object to my jsp through > some sort of value object (probably a bea

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 <[

Handling breadcrumbs with Struts

2006-09-20 Thread Darren Hall
My lack of Struts knowledge is showing here, but - I need to move data from my action object to my jsp through some sort of value object (probably a bean). For example, my web application will use breadcrumbs at the top of the body of nearly every page. This information will need to be updated on