This is some static information.
+
+
+
${user.id} |
${user.username} |
+ ${user.email} |
${user.city.country.name} |
${user.city.name} |
diff --git a/src/main/webapp/user/save/form.jsp b/src/main/webapp/user/save/form.jsp
index 3a3f1b4..2c1f486 100644
--- a/src/main/webapp/user/save/form.jsp
+++ b/src/main/webapp/user/save/form.jsp
@@ -56,6 +56,14 @@
+
+
|