<%@taglib prefix="s" uri="/struts-tags" %> Struts2 Showcase - Conversion - Populate into Struts action class a Set of Address.java Object

An example populating a Set of object (Address.java) into Struts' action (AddressAction.java)

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

<%-- The following is how its done statically --%> <%-- --%>