changes to try to figure out why a custom theme is not working

git-svn-id: https://svn.apache.org/repos/asf/struts/sandbox/trunk@1499454 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/struts2examples/spring_struts/src/main/webapp/edit.jsp b/struts2examples/spring_struts/src/main/webapp/edit.jsp
index d4bb1d1..cef3504 100644
--- a/struts2examples/spring_struts/src/main/webapp/edit.jsp
+++ b/struts2examples/spring_struts/src/main/webapp/edit.jsp
@@ -14,7 +14,7 @@
 
 <p>Use the form below to edit your information.</p>
 
-<s:form action="save" method="post" theme="xhtml">
+<s:form action="save" method="post" theme="KUTheme">
 <s:textfield key="personBean.firstName" /> 
 <s:textfield key="personBean.lastName" /> 
 <s:select key="personBean.sport" list="sports" />
diff --git a/struts2examples/themes/pom.xml b/struts2examples/themes/pom.xml
index 33f0a6d..c61fe38 100644
--- a/struts2examples/themes/pom.xml
+++ b/struts2examples/themes/pom.xml
@@ -19,4 +19,5 @@
 		<finalName>themes</finalName>
 	</build>
 
+
 </project>
diff --git a/struts2examples/themes/src/main/webapp/WEB-INF/web.xml b/struts2examples/themes/src/main/webapp/WEB-INF/web.xml
index e55c380..a5fcf75 100644
--- a/struts2examples/themes/src/main/webapp/WEB-INF/web.xml
+++ b/struts2examples/themes/src/main/webapp/WEB-INF/web.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-<display-name>Themes_Struts2_Mvn</display-name>
+<display-name>Themes Struts 2</display-name>
   <welcome-file-list>
     <welcome-file>index.jsp</welcome-file>
   </welcome-file-list>
diff --git a/struts2examples/themes/src/main/webapp/edit.jsp b/struts2examples/themes/src/main/webapp/edit.jsp
index d4bb1d1..cef3504 100644
--- a/struts2examples/themes/src/main/webapp/edit.jsp
+++ b/struts2examples/themes/src/main/webapp/edit.jsp
@@ -14,7 +14,7 @@
 
 <p>Use the form below to edit your information.</p>
 
-<s:form action="save" method="post" theme="xhtml">
+<s:form action="save" method="post" theme="KUTheme">
 <s:textfield key="personBean.firstName" /> 
 <s:textfield key="personBean.lastName" /> 
 <s:select key="personBean.sport" list="sports" />