Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by NiallPemberton:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13

The comment on the change is:
Change notes to reference Validator 1.3.0

------------------------------------------------------------------------------
  [http://jakarta.apache.org/commons/fileupload/ Commons FileUpload] version 
1.1 (previously was version 1.0). As well as needing to upgrade the !FileUpload 
jar you will now also need the 
  [http://jakarta.apache.org/commons/io/ Commons IO] Version 1.1 jar.
  
- === 3.3 Commons Validator 1.2.0 ===
+ === 3.3 Commons Validator 1.3.0 ===
  Struts 1.3 now depends on 
- [http://jakarta.apache.org/commons/validator/ Commons Validator] version 
1.2.0 (previous was version 1.1.4) - remember to upgrade the Validator jar.
+ [http://jakarta.apache.org/commons/validator/ Commons Validator] version 
1.3.0 (previous was version 1.1.4) - remember to upgrade the Validator jar.
   
-  * Validator 1.2 will recognize config files from prior versions.  
Optionally, you may
+  * Validator 1.3.0 will recognize config files from prior versions.  
Optionally, you may
  
-   * Change the doctype declaration at the top of validation.xml to refer to 
the dtd for version 1.2
+   * Change the doctype declaration at the top of validation.xml to refer to 
the dtd for version 1.3.0
  {{{
      <!DOCTYPE form-validation PUBLIC
-          "-//Apache Software Foundation//DTD Commons Validator Rules 
Configuration 1.2.0//EN"
+          "-//Apache Software Foundation//DTD Commons Validator Rules 
Configuration 1.3.0//EN"
-          "http://jakarta.apache.org/commons/dtds/validator_1_2_0.dtd";>
+          "http://jakarta.apache.org/commons/dtds/validator_1_3_0.dtd";>
  }}}
     * If you change the doctype you will have to change the deprecated 
''arg0-arg3'' elements to ''arg'' elements.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to