Compare Revisions
Last modification
- Rev 29 2010-12-28 23:37:08
- Author: PointedEars
- Log message:
- Added termAddForm
- Added Struts2-Hibernate plugin sources (ZIP)
/trunk/WebContent/WEB-INF/lib/struts2-fullhibernatecore-plugin-1.4-GA-sources.zip |
Cannot display: file marked as a binary type.
|
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: user/nav.jsp |
=================================================================== |
--- user/nav.jsp (revision 28) |
+++ user/nav.jsp (revision 29) |
@@ -13,7 +13,7 @@ |
Begriffe |
<ul> |
<li> |
- <a href="">Hinzufügen</a> |
+ <a href="termAddForm">Hinzufügen</a> |
</li> |
<li> |
<a href="">Ändern, Löschen</a> |
Index: user/termAddForm.jsp |
=================================================================== |
--- user/termAddForm.jsp (nonexistent) |
+++ user/termAddForm.jsp (revision 29) |
@@ -0,0 +1,14 @@ |
+<%@taglib uri="/struts-tags" prefix="s"%> |
+<html> |
+ <head> |
+ <title>Begriff erstellen</title> |
+ </head> |
+ <body> |
+ <h1>Begriff hinzufügen</h1> |
+ <s:form action="doUserAdd"> |
+ <s:hidden name="user.id" /> |
+ <s:textfield name="user.username" label="Name" /> |
+ <s:submit value="Add" /> |
+ </s:form> |
+ </body> |
+</html> |
/user/termAddForm.jsp |
Property changes: |
Added: svn:mime-type |
## -0,0 +1 ## |
+text/plain |
\ No newline at end of property |