Author: niallp Date: Thu Aug 2 07:28:23 2007 New Revision: 562121 URL: http://svn.apache.org/viewvc?view=rev&rev=562121 Log: Commons TLP move - remove jakarta references
Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/validator/LazyValidatorForm.java struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/building_view.xml struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/indexedprops.xml Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/validator/LazyValidatorForm.java URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/validator/LazyValidatorForm.java?view=diff&rev=562121&r1=562120&r2=562121 ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/validator/LazyValidatorForm.java (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/validator/LazyValidatorForm.java Thu Aug 2 07:28:23 2007 @@ -118,7 +118,7 @@ * * @version $Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) * $ - * @see <a href="http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanutils/package-summary.html#dynamic.lazy">Commons + * @see <a href="http://commons.apache.org/beanutils/apidocs/org/apache/commons/beanutils/package-summary.html#dynamic.lazy">Commons * BeanUtils JavaDoc</a> * @since Struts 1.2.6 */ Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/building_view.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/building_view.xml?view=diff&rev=562121&r1=562120&r2=562121 ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/building_view.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/building_view.xml Thu Aug 2 07:28:23 2007 @@ -413,7 +413,7 @@ Most of these references refer to "scalar" bean properties, referring to primitive or single Object properties. - However, Struts, along with the Jakarta Commons Beanutils + However, Struts, along with the Commons Beanutils library, allow you to use property references which refer to individual items in an array, @@ -424,8 +424,8 @@ <p> Documentation on the Beanutils package can be found at - <a href="http://jakarta.apache.org/commons/beanutils/api/index.html"> - http://jakarta.apache.org/commons/beanutils/api/index.html.</a> + <a href="http://commons.apache.org/beanutils/api/index.html"> + http://commons.apache.org/beanutils/api/index.html.</a> More information about using indexed and mapped properties in Struts can be found in the FAQ describing Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/indexedprops.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/indexedprops.xml?view=diff&rev=562121&r1=562120&r2=562121 ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/indexedprops.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/site/xdoc/indexedprops.xml Thu Aug 2 07:28:23 2007 @@ -47,14 +47,14 @@ related to indexed properties, but in truth most of the heavy lifting is not even in - the framework, but in the Jakarta Commons Beanutils + the framework, but in the Commons Beanutils package. This package is used by the framework to provide this functionality. You can see the javadoc documentation for the Beanutils package at <a - href="http://jakarta.apache.org/commons/beanutils/api/index.html"> - http://jakarta.apache.org/commons/beanutils/api/index.html</a> + href="http://commons.apache.org/beanutils/api/index.html"> + http://commons.apache.org/beanutils/api/index.html</a> . The information particularly related to indexed properties is in the