Struts 1 and Struts 2 are quite different in philosophy. I would
recommend that you go through the Struts 2 tutorials/guides, which
will give you an introduction to the concepts of the framework:
http://struts.apache.org/2.1.6/docs/home.html

Nils-H

On Wed, Apr 8, 2009 at 10:07 PM, john lee <sh_thorn_b...@yahoo.com> wrote:
> 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