diff --git a/apps/showcase/src/main/webapp/WEB-INF/classes/xwork.xml b/apps/showcase/src/main/webapp/WEB-INF/classes/xwork.xml index dcbb1f2bd..6cd461d9b 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/classes/xwork.xml +++ b/apps/showcase/src/main/webapp/WEB-INF/classes/xwork.xml @@ -36,9 +36,7 @@ - diff --git a/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp b/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp index 94c482571..1d0d170f7 100644 --- a/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp +++ b/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp @@ -21,7 +21,22 @@ See the code for Person.java + <%-- + The following is done Dynamically + --%> + + + + + + + <%-- + The following is done statically:- + --%> + <%-- - - + --%> diff --git a/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp b/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp index 39a2c33e8..b0444513f 100644 --- a/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp +++ b/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp @@ -8,8 +8,8 @@ -
-
+
+
diff --git a/apps/showcase/src/main/webapp/showcase.jsp b/apps/showcase/src/main/webapp/showcase.jsp index 5471e2aa8..1777ef089 100644 --- a/apps/showcase/src/main/webapp/showcase.jsp +++ b/apps/showcase/src/main/webapp/showcase.jsp @@ -57,6 +57,9 @@
  • Model Driven Example + +
  • Conversion Example
  • +
  • Freemarker Example