When invoking a tile through a JSP, one can do a <tiles:put name="headerInfo" beanName="gridC" beanScope="request"/>
to bring a bean named gridC into the tile (under the name headerInfo), where said bean was defined elsewhere (with a request.setAttribute("gridC",grid). How do you do this when you're using tile definitions (centralized into one file)? This <put name="headerInfo" beanName="gridC"/> isn't valid within a <definition> according to the DTD. Any ideas? Thanks, Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]