Guest User

Untitled

a guest
Apr 15th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. BindingResult issue with @spring.formTextarea
  2. spring.formTextarea
  3.  
  4. [#list studentResults as studentInstance]
  5. <td>${studentInstance.name}</td>
  6. <td>[@spring.formTextarea path="{studentInstance}.age" attributes="class="input-large" placeholder="Enter the name you need to search for " "/]</td>
  7. [/#list]
  8.  
  9. <form:form action="/submit" commandName="person">
  10. <form:textArea path="age"/>
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment