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

