You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/11/15 13:29:21 UTC

svn commit: r344358 - in /struts/apps/trunk/examples/src/webapp: WEB-INF/validator/validation-type.xml upload/display.jsp validator/struts-power.gif

Author: husted
Date: Tue Nov 15 04:29:15 2005
New Revision: 344358

URL: http://svn.apache.org/viewcvs?rev=344358&view=rev
Log:
Minor updates to upload and validator apps. As to apps, all lights are now green!

Added:
    struts/apps/trunk/examples/src/webapp/validator/struts-power.gif   (with props)
Modified:
    struts/apps/trunk/examples/src/webapp/WEB-INF/validator/validation-type.xml
    struts/apps/trunk/examples/src/webapp/upload/display.jsp

Modified: struts/apps/trunk/examples/src/webapp/WEB-INF/validator/validation-type.xml
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/examples/src/webapp/WEB-INF/validator/validation-type.xml?rev=344358&r1=344357&r2=344358&view=diff
==============================================================================
--- struts/apps/trunk/examples/src/webapp/WEB-INF/validator/validation-type.xml (original)
+++ struts/apps/trunk/examples/src/webapp/WEB-INF/validator/validation-type.xml Tue Nov 15 04:29:15 2005
@@ -12,10 +12,6 @@
     <!-- ***************************************** -->
     <form name="baseTypeForm">
 
-      <field property="name" depends="required,byte">
-        <arg key="typeForm.name.displayname" />
-      </field>
-
       <field property="byte" depends="required,byte">
         <arg key="typeForm.byte.displayname" />
       </field>

Modified: struts/apps/trunk/examples/src/webapp/upload/display.jsp
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/examples/src/webapp/upload/display.jsp?rev=344358&r1=344357&r2=344358&view=diff
==============================================================================
--- struts/apps/trunk/examples/src/webapp/upload/display.jsp (original)
+++ struts/apps/trunk/examples/src/webapp/upload/display.jsp Tue Nov 15 04:29:15 2005
@@ -1,3 +1,5 @@
+<html>
+<body>
 <p>
 <b>The Text:</b>&nbsp;<%= request.getAttribute("text") %>
 </p>
@@ -33,3 +35,5 @@
     <b>File Path:</b>&nbsp;<%= request.getParameter("filePath") %></br>
 
     <hr />
+</body>
+</html>

Added: struts/apps/trunk/examples/src/webapp/validator/struts-power.gif
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/examples/src/webapp/validator/struts-power.gif?rev=344358&view=auto
==============================================================================
Binary file - no diff available.

Propchange: struts/apps/trunk/examples/src/webapp/validator/struts-power.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org