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