Have u checked this http://struts.apache.org/2.0.14/docs/iterator.html

~Muthu

-----Original Message-----
From: john lee [mailto:sh_thorn_b...@yahoo.com] 
Sent: Thursday, April 09, 2009 1:37 AM
To: user@struts.apache.org
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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to