<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib prefix="s" uri="/struts-tags" %> Showcase - Conversion - Set

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 --%> <%-- --%>