Author: wsmoak
Date: Mon Dec 12 12:09:04 2005
New Revision: 356365

URL: http://svn.apache.org/viewcvs?rev=356365&view=rev
Log:
Fixed broken and incorrect links, updated Validator config example.

Modified:
    struts/action/trunk/xdocs/userGuide/building_view.xml

Modified: struts/action/trunk/xdocs/userGuide/building_view.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/userGuide/building_view.xml?rev=356365&r1=356364&r2=356365&view=diff
==============================================================================
--- struts/action/trunk/xdocs/userGuide/building_view.xml (original)
+++ struts/action/trunk/xdocs/userGuide/building_view.xml Mon Dec 12 12:09:04 
2005
@@ -76,7 +76,7 @@
     <ul>
     
         <li>
-        <a 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/util/Locale.html";>
+        <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html";>
         <strong>Locale</strong></a> - The fundamental Java class that supports 
         internationalization is <code>Locale</code>.  
         Each <code>Locale</code> represents a particular choice of country and 
@@ -85,7 +85,7 @@
         </li>
         
         <li>
-        <a 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/util/ResourceBundle.html";>
+        <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/ResourceBundle.html";>
         <strong>ResourceBundle</strong></a> - The 
<code>java.util.ResourceBundle</code> 
         class provides the fundamental tools for supporting messages in 
         multiple languages.  
@@ -95,7 +95,7 @@
         </li>
         
         <li>
-        <a 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/util/PropertyResourceBundle.html";>
+        <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/PropertyResourceBundle.html";>
         <strong>PropertyResourceBundle</strong></a> - One of the standard 
         implementations of <code>ResourceBundle</code> allows you to define 
         resources using  the same "name=value" syntax used to initialize 
@@ -106,7 +106,7 @@
         </li>
         
         <li>
-        <a 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/text/MessageFormat.html";>
+        <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/text/MessageFormat.html";>
         <strong>MessageFormat</strong></a> - The 
<code>java.text.MessageFormat</code> 
         class allows you to replace portions of a message string (in this 
         case, one retrieved from a resource bundle) with arguments specified 
@@ -119,7 +119,7 @@
         </li>
         
         <li>
-        <a 
href="../struts-action/apidocs/org/apache/struts/util/MessageResources.html">
+        <a href="../apidocs/org/apache/struts/util/MessageResources.html">
         <strong>MessageResources</strong></a> - The framework class 
         <code>org.apache.struts.util.MessageResources</code> lets you treat
         a set of resource bundles like a database, and allows you to request
@@ -168,7 +168,7 @@
         <li>
         <strong>MyApplication_xx.properties</strong> - Contains the same 
messages in the
         language whose ISO language code is "xx" (See the
-        <a 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/util/ResourceBundle.html";>
+        <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/ResourceBundle.html";>
         ResourceBundle Javadoc</a> page for a link to the current list).  
         For a French version of the message shown above, you would have this 
         entry: <code>prompt.hello=Bonjour</code>
@@ -394,7 +394,7 @@
 <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
 <set-property 
 property="pathnames" 
-value="/WEB-INF/validator-rules.xml, 
+value="/org/apache/struts/validator/validator-rules.xml,
     /WEB-INF/validation.xml"/>
 </plug-in>
 ]]></source>
@@ -411,7 +411,7 @@
     
     <p>
     For more about the Struts Validator, see the 
-    <a href="./dev_validator.html">Developers Guide</a>.
+    <a href="../../struts-taglib/dev_validator.html">Developers Guide</a>.
     </p>
     
 </subsection>
@@ -504,7 +504,8 @@
         </p>
 
         <p>
-        See the tiles-documentation webapp for in-depth examples.
+        See the <a href="../../struts-tiles/index.html">Struts Tiles 
website</a>
+        for in-depth examples.
         </p>
   
   </subsection>



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

Reply via email to