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 WendySmoak:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13

------------------------------------------------------------------------------
  
  {{{
      <controller 
processorClass="org.apache.struts.tiles.TilesRequestProcessor" />
+ }}}
+ 
+ === 3.3 Commons Validator ===
+ 
+  * Upgrade to the new version of validator-rules.xml
+ 
+  * Change the doctype declaration at the top of validation.xml to refer to 
the dtd for version 1.2
+ 
+ {{{
+     <!DOCTYPE form-validation PUBLIC
+          "-//Apache Software Foundation//DTD Commons Validator Rules 
Configuration 1.2.0//EN"
+          "http://jakarta.apache.org/commons/dtds/validator_1_2_0.dtd";>
  }}}
  
  == 4 Deprecations which have been removed ==

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

Reply via email to