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 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 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 every request. I need to find a way to pass this 
> information back and forth on each request. Does struts 
> provide any built in mechanism for this (maybe though the 
> Bean taglib) or is there a "preferred" way to handle my 
> breadcrumbs through Struts?
> 
>  
> 
> Thanks
> 
> Darren
> 
> 

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

Reply via email to