You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/19 21:17:58 UTC

svn commit: r415424 - /incubator/lokahi/lokahi/trunk/conf/struts-config.xml

Author: toback
Date: Mon Jun 19 14:17:58 2006
New Revision: 415424

URL: http://svn.apache.org/viewvc?rev=415424&view=rev
Log:
Fixed a spelling error in the Environment form.

Modified:
    incubator/lokahi/lokahi/trunk/conf/struts-config.xml

Modified: incubator/lokahi/lokahi/trunk/conf/struts-config.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/struts-config.xml?rev=415424&r1=415423&r2=415424&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/struts-config.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/struts-config.xml Mon Jun 19 14:17:58 2006
@@ -69,7 +69,7 @@
       <form-property name="wap" type="java.lang.String" initial="false"/>
       <form-property name="methodToCall" type="java.lang.String"/>
     </form-bean>
-    <form-bean name="EnviromentForm" type="org.apache.struts.validator.DynaValidatorForm" dynamic="true">
+    <form-bean name="EnvironmentForm" type="org.apache.struts.validator.DynaValidatorForm" dynamic="true">
       <form-property name="envId" type="java.lang.String"/>
       <form-property name="envName" type="java.lang.String"/>
       <form-property name="comments" type="java.lang.String"/>