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 <[EMAIL PROTECTED]> wrote:
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