Author: bphillips
Date: Mon Dec 2 17:46:28 2013
New Revision: 1547124
URL: http://svn.apache.org/r1547124
Log:
removed references to custom theme
Removed:
struts/sandbox/trunk/struts2examples/spring_struts/src/main/webapp/template/
Modified:
struts/sandbox/trunk/struts2examples/spring_struts/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=1547124&r1=1547123&r2=1547124&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
Mon Dec 2 17:46:28 2013
@@ -14,7 +14,7 @@
<p>Use the form below to edit your information.</p>
-<s:form action="save" method="post" theme="KUTheme">
+<s:form action="save" method="post">
<s:textfield key="personBean.firstName" />
<s:textfield key="personBean.lastName" />
<s:select key="personBean.sport" list="sports" />