Hi My action form is in session scope. I have a list object in the form. (It is a list of a serializable objects) How do i display the list ?
I tried this code but it does not work (I think it does not know how to retrieve the actionform). <display:table name="ShipmentForm.shipmentSummaryList" > <display:column property="blNbr" title="Bl Nbr"/> <display:column property="carrier" title="Carrier"/> </display:table> Thanks, Pawan. ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

