Thanks for the help, but I just solved the problem, the constructor for the command class was missing the m_Admin value.
Sincerely,
Kjartan Juliusson
Type: Posts; User: alfa_schumi; Keyword(s):
Thanks for the help, but I just solved the problem, the constructor for the command class was missing the m_Admin value.
Sincerely,
Kjartan Juliusson
I changed the code to this:
<input type="edit" name="<c:out value="${status.expression}"/>" value="<c:out value="${status.value}"/>"/>
But it still always shows false, even though the value...
Hi
I am using Spring in a project I am working on and now I am having problems with the Spring:bind tag reading boolean field in the command class. This form is for editing User and the User...