你应该能够做
<form:select multiple="single" path="users[y.count-1].X" > <form:option value="Nothing selected" /> <form:options items="${Y}" itemValue="id" itemLabel="name" /></form:select>
你应该能够做
<form:select multiple="single" path="users[y.count-1].X" > <form:option value="Nothing selected" /> <form:options items="${Y}" itemValue="id" itemLabel="name" /></form:select>