HibernateRelationshipsUI |
|
Your trail: |
Difference between
version 22
and
version 21:
At line 62 changed 1 line. |
To fix saving a User, add ''convertLists(user)'' to the save() method of __UserAction.java__: |
To fix saving a User, add ''convertLists(user)'' to the save() method of __UserAction.java__ (in src/web/**/webapp/action): |
At line 72 changed 1 line. |
In addition, you can add ''convertLists(user)'' to ''UserAction.edit()'' and get rid of the <fmt:formatDate> tag around the ''dateCreated'' property. |
In addition, you can add ''convertLists(user)'' to ''UserAction.edit()'': |
At line 74 added 13 lines. |
[{Java2HtmlPlugin |
|
userForm.setConfirmPassword(userForm.getPassword()); |
convertLists(userForm); |
updateFormBean(mapping, request, userForm); |
}] |
|
This will allow you to get rid of the <fmt:formatDate> tag around the ''dateCreated'' property. |
|
{{{ |
<input type="hidden" name="weblogs[<c:out value='${index.index}'/>].dateCreated" value="<c:out value='${blog.dateCreated}'/>"/> |
}}} |
|
Back to HibernateRelationshipsUI,
or to the Page History.
|