- BindingResult issue with @spring.formTextarea
- spring.formTextarea
- [#list studentResults as studentInstance]
- <td>${studentInstance.name}</td>
- <td>[@spring.formTextarea path="{studentInstance}.age" attributes="class="input-large" placeholder="Enter the name you need to search for " "/]</td>
- [/#list]
- <form:form action="/submit" commandName="person">
- <form:textArea path="age"/>
- </form>