配列のHttpRequest をSpring MVC で受け取るとき、 <form id="array" action="/HelloSpringWeb/array.form" method="post"> <input id="message" name="message" type="text" value=""/> <input id="message" name="message" type="text" value=""/> <input type="submit" /> </form> のような形式であれば String[] の getter, setter を使うことで取得できる。 それに対し、Struts で使うような <form id="array" action="/HelloSpringWeb/array.form" method="post"> <input id=