Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 15th, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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>