dwinterfeldt    01/08/17 10:38:32

  Modified:    contrib/validator/src/share/com/wintecinc/struts/action
                        GenericAction.java
  Log:
  Switch to using commons packages and fix for the JavaScript because float and some 
other words are keywords in Netscape.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/action/GenericAction.java
  
  Index: GenericAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/action/GenericAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GenericAction.java        2001/07/09 03:18:55     1.1
  +++ GenericAction.java        2001/08/17 17:38:32     1.2
  @@ -74,7 +74,7 @@
   import org.apache.struts.action.ActionForward;
   import org.apache.struts.action.ActionMapping;
   import org.apache.struts.util.MessageResources;
  -import org.apache.struts.util.PropertyUtils;
  +import org.apache.commons.beanutils.PropertyUtils;
   
   
   /**
  
  
  

Reply via email to