I have managed to solve it using <spring:bind>. Thank you anyway!
Type: Posts; User: RaulGogo; Keyword(s):
I have managed to solve it using <spring:bind>. Thank you anyway!
I have a generic JSP page that is used throughout my application for displaying certain entities. The code that I am interested in goes like this:
<form:form modelAttribute="object"/>
...