Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <form action="#" th:action="@{/save-form}"
  2.  
  3. <input type="text" th:field="*{trainingArray[0][0]}"/>
  4.  
  5. <input type="submit" value="Submit" />
  6.  
  7. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement