为什么不使用
<form:options>?
例如:
<form:select path="empDesignation"> <form:options items="${designation}" itemLabel="designationDesc" itemValue="designationDesc"/></form:select>如果您的表单支持对象已绑定,SpringMVC应该为您处理所有这一切。

为什么不使用
<form:options>?
例如:
<form:select path="empDesignation"> <form:options items="${designation}" itemLabel="designationDesc" itemValue="designationDesc"/></form:select>如果您的表单支持对象已绑定,SpringMVC应该为您处理所有这一切。