try sessionScope.ShipmentForm.shipmentSummaryList "ShipmentForm" should be the name of the attribute in the session (case sensitive) and there should be a "getShipmentSummaryList" method in the ShipmentForm which returns a List.
Hope this helps! > -----Original Message----- > From: Chawla, Pawan M [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, February 17, 2004 2:52 PM > To: [EMAIL PROTECTED] > Subject: [displaytag-user] how to retrieve data from actionForm > > 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 ------------------------------------------------------- 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_id=1356&alloc_id=3438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

