Author: bphillips
Date: Wed Jul  3 16:06:47 2013
New Revision: 1499454

URL: http://svn.apache.org/r1499454
Log:
changes to try to figure out why a custom theme is not working

Modified:
    struts/sandbox/trunk/struts2examples/spring_struts/src/main/webapp/edit.jsp
    struts/sandbox/trunk/struts2examples/themes/pom.xml
    struts/sandbox/trunk/struts2examples/themes/src/main/webapp/WEB-INF/web.xml
    struts/sandbox/trunk/struts2examples/themes/src/main/webapp/edit.jsp

Modified: 
struts/sandbox/trunk/struts2examples/spring_struts/src/main/webapp/edit.jsp
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/spring_struts/src/main/webapp/edit.jsp?rev=1499454&r1=1499453&r2=1499454&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/spring_struts/src/main/webapp/edit.jsp 
(original)
+++ struts/sandbox/trunk/struts2examples/spring_struts/src/main/webapp/edit.jsp 
Wed Jul  3 16:06:47 2013
@@ -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" />

Modified: struts/sandbox/trunk/struts2examples/themes/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/themes/pom.xml?rev=1499454&r1=1499453&r2=1499454&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/themes/pom.xml (original)
+++ struts/sandbox/trunk/struts2examples/themes/pom.xml Wed Jul  3 16:06:47 2013
@@ -19,4 +19,5 @@
                <finalName>themes</finalName>
        </build>
 
+
 </project>

Modified: 
struts/sandbox/trunk/struts2examples/themes/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/themes/src/main/webapp/WEB-INF/web.xml?rev=1499454&r1=1499453&r2=1499454&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/themes/src/main/webapp/WEB-INF/web.xml 
(original)
+++ struts/sandbox/trunk/struts2examples/themes/src/main/webapp/WEB-INF/web.xml 
Wed Jul  3 16:06:47 2013
@@ -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>

Modified: struts/sandbox/trunk/struts2examples/themes/src/main/webapp/edit.jsp
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/themes/src/main/webapp/edit.jsp?rev=1499454&r1=1499453&r2=1499454&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/themes/src/main/webapp/edit.jsp 
(original)
+++ struts/sandbox/trunk/struts2examples/themes/src/main/webapp/edit.jsp Wed 
Jul  3 16:06:47 2013
@@ -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" />


Reply via email to