Hi, all!
I´m a new spring user and i have a little problem.
I want to populate a form (jsp view) with information to update.
Example
<td>
<spring:bind path="enterpriseInsurance.address">
<input name="address" type="text" value="<c:out value='${enterpriseInsurance.address}'/>"/>
</spring:bind>
</td>
So how to put the "enterpriseInsurance" on value without lose the auto bind feature !?
Sorry by my english and thanks all!


Reply With Quote