Compare Revisions
Last modification
- Rev 34 2011-01-12 01:26:50
- Author: PointedEars
- Log message:
* Terms
- Prepared support for rename
* ObjectType.java
- Added ID for serialization
- Added RELATIONSHIP class constant
* struts.xml
- Added Relationship actions
* General
- Relationships between two terms can be added and listed
- Clean-up:
+ Renamed methods according to their purpose
+ Fixed RDM and corresponding properties/annotations
+ RelationShipTypeAction.java
/trunk/WebContent/user/termAddForm.jsp |
7,7 → 7,11 |
<h1> |
Begriff hinzufügen |
</h1> |
<s:form action="doTermAdd"> |
<s:form action="termSave"> |
<s:if test="term.edit"> |
<s:hidden name="edit" value="1" /> |
</s:if> |
<s:hidden name="term.objectId" /> |
<s:textfield name="term.name" label="Name" /> |
<s:if test="term.name != ''"> |
<s:submit value="Umbenennen" /> |