HibernateRelationshipsUI |
|
Your trail: |
Difference between
version 43
and
version 42:
At line 18 added 2 lines. |
* [7] Show an Entry's Category, and allow modification of it |
* [8] Add the ability to add and delete entries |
At line 334 changed 1 line. |
For the purpose of this tutorial, you'll need to replace your ''src/service/org/appfuse/util/__DateConverter.java__'' with the [latest one from CVS|https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/src/service/org/appfuse/util/DateConverter.java]. |
For the purpose of this tutorial, you'll need to replace your ''src/service/org/appfuse/util/__DateConverter.java__'' with the [latest one from CVS|https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/src/service/org/appfuse/util/DateConverter.java]. After replacing this file and running __ant deploy__, you should be able to save the form successfully. |
At line 338 added 22 lines. |
!!Show an Entry's Category, and allow modification of it [#7] |
|
The last piece of the relationships puzzle is to show an entry's category, as well as allow it to be changed. To show the category of an entry, change: |
|
[{Java2HtmlPlugin |
|
Posted at: <nested:write property="timeCreated"/> |
}] |
|
To: |
|
[{Java2HtmlPlugin |
|
<span style="color: #333; font-size: 11px; margin: 0 5px"> |
Category: <nested:write property="category.name"/> |
Posted at: <nested:write property="timeCreated"/></span> |
}] |
|
|
* [8] Add the ability to add and delete entries |
|
|
Back to HibernateRelationshipsUI,
or to the Page History.
|