Have u checked this http://struts.apache.org/2.0.14/docs/iterator.html
~Muthu -----Original Message----- From: john lee [mailto:[email protected]] Sent: Thursday, April 09, 2009 1:37 AM To: [email protected] Subject: what is the equivalent of method in struts 2 for retrieve data? in struts 1, i saved the data into session session.setAttribute(BeanNames.PARTS_LIST,partsList); then, in the jsp file, retrieve the data by <logic:iterate id="plist" name="partslist" scope="session" type="neuco.PartForm"> what is the equivalent method in struts 2? tks in advance john --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

