<%@taglib prefix="s" uri="/struts-tags" %> Struts2 Showcase - Conversion - Populate Object into Struts' action List

An example populating a list of object (Person.java) into Struts' action (PersonAction.java)

See the jsp code here.
See the code for PersonAction.java here.
See the code for Person.java here.

<%-- The following is done Dynamically --%> <%-- The following is done statically:- --%> <%-- --%>