Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
HibernateRelationshi...




JSPWiki v2.2.33

[RSS]


Hide Menu

HibernateRelationshipsUI


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.