I would like to pass a List to a Tile. I don't want to use tiles:putList/tiles:add, as the items in the List are not Strings, and since I've already got the List it's silly to create a new one and move the values over one at a time using an loop tag. Tiles:put seems the obvious choice since tiles:useAttribute has the classname attribute which could make the list accessible, but tiles:put can only put Strings. So, the short question is, if tiles:useAttribute can export an object of any class to another scope, how do you put objects in to tile scope other than Strings?
Rick DeBay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

