> <tiles:insert attribute="shipment"/> >
Are you trying to pass "shipment" object (which comes from the logic:iterate) to the tile page (through insert) ? If so try, <tiles:insert definition="abc"> <put name="shipment" value="<%=shipment%>"/> </tiles:insert> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]