Pass logic:iterate bean into tile problem?

2005-02-02 Thread Jason Long
I have been trying to do the following in my layout with out success. tiles:importAttribute/ html:xhtml/ logic:iterate id=shipment name=pipePurchaseOrderForm property=pipePurchaseOrderValue.shipments indexId=row tiles:insert attribute=shipment/ /logic:iterate

Pass logic:iterate bean into tile problem?

2005-02-02 Thread Jason Long
I have been trying to do the following in my layout with out success. tiles:importAttribute/ html:xhtml/ logic:iterate id=shipment name=pipePurchaseOrderForm property=pipePurchaseOrderValue.shipments indexId=row tiles:insert attribute=shipment/ /logic:iterate

Re: Pass logic:iterate bean into tile problem?

2005-02-02 Thread Kishore Senji
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