Author: mrdon Date: Tue May 9 20:40:45 2006 New Revision: 405615 URL: http://svn.apache.org/viewcvs?rev=405615&view=rev Log: Fixing several bad links to validator guide
Modified: struts/action/trunk/src/site/xdoc/index.xml struts/action/trunk/src/site/xdoc/userGuide/building_view.xml struts/action/trunk/src/site/xdoc/userGuide/release-notes-1_2_4.xml Modified: struts/action/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/index.xml?rev=405615&r1=405614&r2=405615&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/index.xml (original) +++ struts/action/trunk/src/site/xdoc/index.xml Tue May 9 20:40:45 2006 @@ -208,7 +208,7 @@ You can specify validations for the ActionForms in an XML descriptor, using the - <a href="http://struts.apache.org/struts-taglib/dev_validator.html"> + <a href="faqs/validator.html"> Struts Validator</a>. A standard extension, <a href="http://struts.apache.org/struts-tiles/dev_tiles.html"> Tiles</a>, helps you build pages from smaller fragments. Modified: struts/action/trunk/src/site/xdoc/userGuide/building_view.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/userGuide/building_view.xml?rev=405615&r1=405614&r2=405615&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/userGuide/building_view.xml (original) +++ struts/action/trunk/src/site/xdoc/userGuide/building_view.xml Tue May 9 20:40:45 2006 @@ -580,7 +580,7 @@ <p> For more about the Struts Validator, see the - <a href="http://struts.apache.org/struts-taglib/dev_validator.html"> + <a href="../faqs/validator.html"> Developers Guide</a> . </p> Modified: struts/action/trunk/src/site/xdoc/userGuide/release-notes-1_2_4.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/userGuide/release-notes-1_2_4.xml?rev=405615&r1=405614&r2=405615&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/userGuide/release-notes-1_2_4.xml (original) +++ struts/action/trunk/src/site/xdoc/userGuide/release-notes-1_2_4.xml Tue May 9 20:40:45 2006 @@ -222,7 +222,7 @@ <li>ValidWhen - The Struts Validator now supports a ValidWhen rule, so that one validation can be dependant on another. - <a href="dev_validator.html#validWhen">Details ...</a> + <a href="../faqs/validator.html#validWhen">Details ...</a> </li> <li>IntRange now checks select-one and radio fields. Example: This allows populating combo boxes with valid