You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/10/15 01:43:12 UTC

svn commit: r464065 [2/3] - in /tapestry/tapestry4/trunk/src/site: ./ apt/UsersGuide/ apt/ajax/ apt/javascript/ apt/usersguide/ fml/ resources/css/ xdoc/ xdoc/QuickStart/ xdoc/UsersGuide/ xdoc/components/ xdoc/components/dojo/ xdoc/components/form/ xdo...

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/propertyselection.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/PropertySelection.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/propertyselection.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/PropertySelection.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/propertyselection.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/PropertySelection.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/propertyselection.xml Sat Oct 14 16:43:08 2006
@@ -56,9 +56,9 @@
             <p>
                 Informal parameters are applied to the <code>&lt;select&gt;</code> tag.  To have greater control
                 over the <code>&lt;option&gt;</code> tags, you must use the
-                <a href="Select.html">Select</a>
+                <a href="select.html">Select</a>
                 and
-                <a href="Option.html">Option</a>
+                <a href="option.html">Option</a>
                 components.
             </p>
 
@@ -70,24 +70,22 @@
                         org.apache.tapestry.form.PropertySelection
                     </a>
                     ,
-                    <a href="Select.html">Select</a>
+                    <a href="select.html">Select</a>
                     ,
-                    <a href="Option.html">Option</a>
+                    <a href="option.html">Option</a>
                     ,
-                    <a href="Radio.html">Radio</a>
+                    <a href="radio.html">Radio</a>
                     ,
-                    <a href="RadioGroup.html">RadioGroup</a>
+                    <a href="radiogroup.html">RadioGroup</a>
                     ,
-                    <a href="Form.html">Form</a>
+                    <a href="form.html">Form</a>
                     ,
-                    <a href="../general/Script.html">Script</a>
+                    <a href="../general/script.html">Script</a>
                 </strong>
 
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -158,7 +156,7 @@
                         <td>
 
                             The user-presentable name for the component, which will be used by a
-                            <a href="FieldLabel">FieldLabel</a>
+                            <a href="fieldlabel">FieldLabel</a>
                             connected to the component.
                         </td>
                     </tr>
@@ -177,7 +175,7 @@
                             The validators to apply to the component. Something along the lines of:
                             <code>validators:required</code> .<br/><br/>
                             
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
 
@@ -194,7 +192,7 @@
                         <td>
                             The translator to use when displaying and parsing the date.
                             <br/><br/>
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
@@ -207,7 +205,6 @@
                             <code>&lt;select&gt;</code>
                             tag.
                         </td>
-
                     </tr>
                 </table>
 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/radio.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/Radio.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/radio.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/Radio.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/radio.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/Radio.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/radio.xml Sat Oct 14 16:43:08 2006
@@ -25,15 +25,15 @@
             <p>
                 Provides a HTML <code>&lt;input type="radio"&gt;</code> form element. The Radio component must be
                 wrapped (possibly indirectly) inside a
-                <a href="RadioGroup.html">RadioGroup</a>
+                <a href="radiogroup.html">RadioGroup</a>
                 component.
             </p>
 
             <p>
                 Generally the
-                <a href="PropertySelection.html">PropertySelection</a>
+                <a href="propertyselection.html">PropertySelection</a>
                 component is used in preference to the Radio and
-                <a href="RadioGroup.html">RadioGroup</a>
+                <a href="radiogroup.html">RadioGroup</a>
                 , except in special cases.
             </p>
             <p>
@@ -43,22 +43,20 @@
                         org.apache.tapestry.form.Radio
                     </a>
                     ,
-                    <a href="Form.html">Form</a>
+                    <a href="form.html">Form</a>
                     ,
-                    <a href="Option.html">Option</a>
+                    <a href="option.html">Option</a>
                     ,
-                    <a href="PropertySelection.html">PropertySelection</a>
+                    <a href="propertyselection.html">PropertySelection</a>
                     ,
-                    <a href="RadioGroup.html">RadioGroup</a>
+                    <a href="radiogroup.html">RadioGroup</a>
                     ,
-                    <a href="Select.html">Select</a>
+                    <a href="select.html">Select</a>
                 </strong>
 
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -115,7 +113,7 @@
 
                 <p>
                     See
-                    <a href="RadioGroup.html">RadioGroup</a>
+                    <a href="radiogroup.html">RadioGroup</a>
                     for a Radio component example.
                 </p>
 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/RadioGroup.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/RadioGroup.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/RadioGroup.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml Sat Oct 14 16:43:08 2006
@@ -25,14 +25,14 @@
             <p>
                 Provides a container group for Radio components. The RadioGroup itself must be
                 within a
-                <a href="Form.html">Form</a>
+                <a href="form.html">Form</a>
                 component. The
-                <a href="Radio.html">Radio</a>
+                <a href="radio.html">Radio</a>
                 and RadioGroup components work together to update a property of an object, much like
                 a more flexible version of a
-                <a href="PropertySelection.html">PropertySelection</a>
+                <a href="propertyselection.html">PropertySelection</a>
                 . This component should wrap around other
-                <a href="Radio.html">Radio</a>
+                <a href="radio.html">Radio</a>
                 components.
             </p>
 
@@ -50,20 +50,18 @@
                         org.apache.tapestry.form.RadioGroup
                     </a>
                     ,
-                    <a href="Option.html">Option</a>
+                    <a href="option.html">Option</a>
                     ,
-                    <a href="PropertySelection.html">PropertySelection</a>
+                    <a href="propertyselection.html">PropertySelection</a>
                     ,
-                    <a href="Radio.html">Radio</a>
+                    <a href="radio.html">Radio</a>
                     ,
-                    <a href="Select.html">Select</a>
+                    <a href="select.html">Select</a>
                 </strong>
 
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -89,7 +87,6 @@
                         <td>no</td>
                         <td>false</td>
                         <td>
-
                             If true, then all contained Radio components will be disabled as well.
                         </td>
                     </tr>
@@ -100,7 +97,7 @@
                         <td></td>
                         <td>
                             The user-presentable name for the component, which will be used by a
-                            <a href="FieldLabel.html">FieldLabel</a>
+                            <a href="fieldlabel.html">FieldLabel</a>
                             connected to the component.
                         </td>
                     </tr>
@@ -119,7 +116,7 @@
                             The validators to apply to the component. Something along the lines of:
                             <code>validators:required</code> .<br/><br/>
                             
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
@@ -135,12 +132,10 @@
                         <td>
                             The translator to use when displaying and parsing the date.
                             <br/><br/>
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                 </table>
-
-
                 <p>
                     Body:
                     <strong>allowed</strong>
@@ -160,8 +155,6 @@
             </section>
 
             <section name="Examples">
-
-
                 <p>
                     This RadioGroup example illustrates an order form where a user can select the
                     order size.
@@ -199,8 +192,6 @@
 
 }
 </source>
-
-
             </section>
 
         </section>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/Select.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/Select.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/Select.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml Sat Oct 14 16:43:08 2006
@@ -26,14 +26,14 @@
                 Implements a component that manages an HTML <code>&lt;select&gt;</code> form element. 
                 The Select component can take the form of a drop down list (default) or a list selection 
                 box if the "multiple" parameter is set to true. The Select component must wrap around
-                <a href="Option.html">Option</a>
+                <a href="option.html">Option</a>
                 components within a
-                <a href="Form.html">Form</a>
+                <a href="form.html">Form</a>
                 .
             </p>
             <p>
                 Unless multiple selections are required, it is generally easier to use the
-                <a href="PropertySelection.html">PropertySelection</a>
+                <a href="propertyselection.html">PropertySelection</a>
                 component.
             </p>
 
@@ -44,22 +44,20 @@
                         org.apache.tapestry.form.Select
                     </a>
                     ,
-                    <a href="Form.html">Form</a>
+                    <a href="form.html">Form</a>
                     ,
-                    <a href="Option.html">Option</a>
+                    <a href="option.html">Option</a>
                     ,
-                    <a href="RadioGroup.html">RadioGroup</a>
+                    <a href="radiogroup.html">RadioGroup</a>
                     ,
-                    <a href="Radio.html">Radio</a>
+                    <a href="radio.html">Radio</a>
                     ,
-                    <a href="PropertySelection.html">PropertySelection</a>
+                    <a href="propertyselection.html">PropertySelection</a>
                 </strong>
 
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -94,7 +92,7 @@
                         <td></td>
                         <td>
                             The user-presentable name for the component, which will be used by a
-                            <a href="FieldLabel.html">FieldLabel</a>
+                            <a href="fieldlabel.html">FieldLabel</a>
                             connected to the component.
                         </td>
                     </tr>
@@ -113,7 +111,7 @@
                             The validators to apply to the component. Something along the lines of:
                             <code>validators:required</code> .<br/><br/>
                             
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
@@ -129,14 +127,14 @@
                         <td>
                             The translator to use when displaying and parsing the date.
                             <br/><br/>
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
                         <td>id</td>
                         <td>String</td>
                         <td>no</td>
-                        <td />
+                        <td></td>
                         <td>Sets the id attribute for the rendered <code>&lt;select&gt;</code> element.</td>
                     </tr>
                 </table>
@@ -159,8 +157,6 @@
             </section>
 
             <section name="Examples">
-
-
                 <p>
                     In the following example, a user can select several colors (and, because of the
                     validator, he must select at least one).

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/submit.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/Submit.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/submit.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/Submit.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/submit.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/Submit.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/submit.xml Sat Oct 14 16:43:08 2006
@@ -21,11 +21,10 @@
     <body>
 
         <section name="Submit">
-
             <p>
                 Provides an HTML form submission element, <code>&lt;input type="submit"&gt;</code>. 
                 The Submit component must be enclosed by a
-                <a href="Form.html">Form</a>
+                <a href="form.html">Form</a>
                 component. A Submit component is used when a single form has multiple form
                 submission buttons, and the application needs to know which one is the trigger for
                 the form submission.
@@ -58,17 +57,15 @@
                         org.apache.tapestry.form.Submit
                     </a>
                     ,
-                    <a href="Form.html">Form</a>
+                    <a href="form.html">Form</a>
                     ,
-                    <a href="ImageSubmit.html">ImageSubmit</a>
+                    <a href="imagesubmit.html">ImageSubmit</a>
                     ,
-                    <a href="LinkSubmit.html">LinkSubmit</a>
+                    <a href="linksubmit.html">LinkSubmit</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -141,7 +138,7 @@
                             method), notified when the Submit is triggered.
                             
                             <p>
-                            When invoking listeners invoked within a <a href="For.html">For</a> loop this
+                            When invoking listeners invoked within a <a href="for.html">For</a> loop this
                             listener should be used.
                             </p>
                             
@@ -206,7 +203,7 @@
                             this parameter will cause the invocation of the component to be recognized as 
                             a cancel/refresh/normal form submission depending on the value given. If you 
                             have a <code>cancel="listener"</code> or <code>refresh="listener"</code> 
-                            parameter set on your <a href="Form.html">Form</a> they will be invoked 
+                            parameter set on your <a href="form.html">Form</a> they will be invoked 
                             accordingly.
                         </td>
                     </tr>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/textarea.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/TextArea.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/textarea.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/TextArea.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/textarea.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/TextArea.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/textarea.xml Sat Oct 14 16:43:08 2006
@@ -34,15 +34,13 @@
                         org.apache.tapestry.form.TextArea
                     </a>
                     ,
-                    <a href="../general/InsertText.html">InsertText</a>
+                    <a href="../general/inserttext.html">InsertText</a>
                     ,
-                    <a href="TextField.html">TextField</a>
+                    <a href="textfield.html">TextField</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -81,7 +79,7 @@
                         <td></td>
                         <td>
                             A name for the field, which may be used by the
-                            <a href="FieldLabel.html">FieldLabel</a>
+                            <a href="fieldlabel.html">FieldLabel</a>
                             component connected to the TextArea.
                         </td>
                     </tr>
@@ -100,7 +98,7 @@
                             The validators to apply to the component. Something along the lines of:
                             <code>validators:required</code> .<br/><br/>
                             
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
@@ -116,7 +114,7 @@
                         <td>
                             The translator to use when displaying and parsing the date.
                             <br/><br/>
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                 </table>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/textfield.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/TextField.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/textfield.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/TextField.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/textfield.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/TextField.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/textfield.xml Sat Oct 14 16:43:08 2006
@@ -31,13 +31,11 @@
                         org.apache.tapestry.form.TextField
                     </a>
                     ,
-                    <a href="Form.html">Form</a>
+                    <a href="form.html">Form</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -76,7 +74,7 @@
                         <td></td>
                         <td>
                             The user-presentable name for the component, which will be used by a
-                            <a href="FieldLabel.html">FieldLabel</a>
+                            <a href="fieldlabel.html">FieldLabel</a>
                             connected to the component.
                         </td>
                     </tr>
@@ -95,7 +93,7 @@
                             The validators to apply to the component. Something along the lines of:
                             <code>validators:required</code> .<br/><br/>
                             
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
@@ -111,7 +109,7 @@
                         <td>
                             The translator to use when displaying and parsing the date.
                             <br/><br/>
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
@@ -141,8 +139,6 @@
             </section>
 
             <section name="Example">
-
-
                 <p>
                     Below is an excerpt from a Login page, that collects a user id and a password.
                 </p>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/form/upload.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/form/Upload.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/upload.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/form/Upload.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/form/upload.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/Upload.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/upload.xml Sat Oct 14 16:43:08 2006
@@ -58,7 +58,7 @@
                         org.apache.tapestry.form.Upload
                     </a>
                     ,
-                    <a href="Form">Form</a>
+                    <a href="form.html">Form</a>
                 </strong>
                 ,
                 <a
@@ -68,8 +68,6 @@
             </p>
             
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -111,7 +109,7 @@
                         <td></td>
                         <td>
                             The user-presentable name for the component, which will be used by a
-                            <a href="FieldLabel.html">FieldLabel</a>
+                            <a href="fieldlabel.html">FieldLabel</a>
                             connected to the component.
                         </td>
                     </tr>
@@ -130,7 +128,7 @@
                             The validators to apply to the component. Something along the lines of:
                             <code>validators:required</code> .<br/><br/>
                             
-                            <strong>See also:</strong> <a href="../../UsersGuide/validation.html">Validation</a>
+                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
                         </td>
                     </tr>
                     <tr>
@@ -157,8 +155,6 @@
             </section>
 
             <section name="Examples">
-
-
                 <p>UploadPage.html</p>
 
                 <source xml:space="preserve">

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/any.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Any.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/any.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Any.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/any.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Any.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/any.xml Sat Oct 14 16:43:08 2006
@@ -37,9 +37,9 @@
                         org.apache.tapestry.components.Any
                     </a>
                     ,
-                    <a href="If.html">If</a>
+                    <a href="if.html">If</a>
                     ,
-                    <a href="For.html">For</a>
+                    <a href="for.html">For</a>
                 </strong>
             </p>
 
@@ -84,9 +84,9 @@
 
                 <p>
                     Certain other components, including
-                    <a href="If.html">If</a>
+                    <a href="if.html">If</a>
                     and
-                    <a href="For.html">For</a>
+                    <a href="for.html">For</a>
                     , can behave much like an Any component, in addition to their normal behavior,
                     by specifying a value for their element parameter.
                 </p>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Block.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Block.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Block.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml Sat Oct 14 16:43:08 2006
@@ -24,7 +24,7 @@
             <p>
                 Contains markup and other components, and defers rendering of its body until invoked
                 by a
-                <a href="RenderBlock.html">RenderBlock</a>
+                <a href="renderblock.html">RenderBlock</a>
                 .
             </p>
 
@@ -35,7 +35,7 @@
                         org.apache.tapestry.components.Block
                     </a>
                     ,
-                    <a href="RenderBlock.html">RenderBlock</a>
+                    <a href="renderblock.html">RenderBlock</a>
                 </strong>
             </p>
 
@@ -64,24 +64,24 @@
 
                 <p>
                     When a
-                    <a href="Block.html">Block</a>
+                    <a href="block.html">Block</a>
                     component renders normally, it does absolutely nothing. It doesn't render any
                     tag, or render its body. However, a
-                    <a href="RenderBlock.html">RenderBlock</a>
+                    <a href="renderblock.html">RenderBlock</a>
                     component can be passed a Block instance, which will trigger the Block to render
                     its body.
                 </p>
 
                 <p>
                     The parameters of the
-                    <a href="RenderBlock.html">RenderBlock</a>
+                    <a href="renderblock.html">RenderBlock</a>
                     , including informal parameters, are indirectly available to the Block
                     component. The OGNL expression components.
                     <em>block</em>
                     .getParameter("
                     <em>name</em>
                     ") returns the value of a parameter bound to the
-                    <a href="RenderBlock.html">RenderBlock</a>
+                    <a href="renderblock.html">RenderBlock</a>
                     which invoked the rendering of the Block's body.
                 </p>
 
@@ -92,7 +92,7 @@
 
                 <p>
                     The
-                    <a href="RenderBlock.html">RenderBlock</a>
+                    <a href="renderblock.html">RenderBlock</a>
                     component has an extensive example.
                 </p>
 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/body.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Body.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/body.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Body.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/body.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Body.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/body.xml Sat Oct 14 16:43:08 2006
@@ -35,9 +35,9 @@
                         org.apache.tapestry.html.Body
                     </a>
                     ,
-                    <a href="../link/Rollover.html">Rollover</a>
+                    <a href="../link/rollover.html">Rollover</a>
                     ,
-                    <a href="Script.html">Script</a>
+                    <a href="script.html">Script</a>
                 </strong>
             </p>
 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/else.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Else.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/else.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Else.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/else.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Else.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/else.xml Sat Oct 14 16:43:08 2006
@@ -34,7 +34,7 @@
                         org.apache.tapestry.components.ElseBean
                     </a>
                     ,
-                    <a href="If.html">If</a>
+                    <a href="if.html">If</a>
                 </strong>
             </p>
 
@@ -72,7 +72,7 @@
 
                         <td>
                             The element to emulate. If specified, then the component acts like an
-                            <a href="Any.html">Any</a>
+                            <a href="any.html">Any</a>
                             , emitting an open and close tag. Informal parameters are applied to the
                             tag.
                             <br/>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/for.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/For.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/for.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/For.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/for.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/For.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/for.xml Sat Oct 14 16:43:08 2006
@@ -60,7 +60,6 @@
                         <td>Iterator, Collection, Object[], or Object</td>
                         <td>yes</td>
                         <td></td>
-
                         <td>
                             The source of objects to be iterated, which may be a Collection, an
                             Iterator, an array of Objects, or a even a single Object (which is
@@ -76,7 +75,6 @@
                         <td>Object</td>
                         <td>no</td>
                         <td></td>
-
                         <td>
                             If provided, the parameter is updated with the current value on each
                             iteration.
@@ -88,7 +86,6 @@
                         <td>int</td>
                         <td>no</td>
                         <td></td>
-
                         <td>
                             If provided, the parameter is updated with the index of the loop on each
                             iteration.
@@ -239,8 +236,6 @@
             </section>
 
             <section name="Examples">
-
-
                 <p>
                     <strong>View list of customers</strong>
                 </p>
@@ -306,7 +301,7 @@
                 </p>
                 <p>
                     If the
-                    <a href="site:For">For</a>
+                    <a href="for.html">For</a>
                     component is used in a form, it will automatically convert the provided data to
                     strings and store it in hidden fields in order to ensure that the form is
                     processed correctly when submitted.

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/frame.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Frame.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/frame.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Frame.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/frame.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Frame.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/frame.xml Sat Oct 14 16:43:08 2006
@@ -30,15 +30,13 @@
             <p>
                 <strong>
                     See also:
-                    <a href="RenderBlock.html">RenderBlock</a>
+                    <a href="renderblock.html">RenderBlock</a>
                     ,
-                    <a href="RenderBody.html">RenderBody</a>
+                    <a href="renderbody.html">RenderBody</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/if.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/If.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/if.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/If.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/if.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/If.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/if.xml Sat Oct 14 16:43:08 2006
@@ -34,14 +34,11 @@
                         org.apache.tapestry.components.IfBean
                     </a>
                     ,
-                    <a href="Else.html">Else</a>
+                    <a href="else.html">Else</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -50,13 +47,11 @@
                         <th>Default</th>
                         <th>Description</th>
                     </tr>
-
                     <tr>
                         <td>condition</td>
                         <td>boolean</td>
                         <td>yes</td>
                         <td></td>
-
                         <td>The condition to evaluate.</td>
                     </tr>
                     <tr>
@@ -64,7 +59,6 @@
                         <td>boolean</td>
                         <td>no</td>
                         <td></td>
-
                         <td>
                             The value of the condition. During render this is obtained from the
                             condition parameter. During rewind it is the submitted condition.
@@ -107,7 +101,7 @@
 
                         <td>
                             The element to emulate. If specified, then the component acts like an
-                            <a href="Any.html">Any</a>
+                            <a href="any.html">Any</a>
                             , emitting an open and close tag. Informal parameters are applied to the
                             tag.
                             <br/>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/image.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Image.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/image.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Image.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/image.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Image.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/image.xml Sat Oct 14 16:43:08 2006
@@ -25,22 +25,20 @@
             <p>
                 Displays an image, deriving the source URL for the image from an asset.
                 <br />
-                <a href="../link/Rollover.html">Rollover</a>
+                <a href="../link/rollover.html">Rollover</a>
                 is a similar component that can create dynamic mouse-over effects as well.
             </p>
 
             <p>
                 <strong>
                     See also:
-                    <a href="../form/ImageSubmit.html">ImageSubmit</a>
+                    <a href="../form/imagesubmit.html">ImageSubmit</a>
                     ,
-                    <a href="../link/Rollover.html">Rollover</a>
+                    <a href="../link/rollover.html">Rollover</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Insert.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Insert.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Insert.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml Sat Oct 14 16:43:08 2006
@@ -34,16 +34,14 @@
                 <a href="../../tapestry-framework/apidocs/org/apache/tapestry/components/Insert.html">
                     org.apache.tapestry.components.Insert
                 </a>
-                <a href="RenderBlock.html">RenderBlock</a>
+                <a href="renderblock.html">RenderBlock</a>
                 ,
-                <a href="InsertText.html">InsertText</a>
+                <a href="inserttext.html">InsertText</a>
                 ,
-                <a href="RenderBody.html">RenderBody</a>
+                <a href="renderbody.html">RenderBody</a>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -135,9 +133,6 @@
             </section>
 
             <section name="Examples">
-
-
-
                 <p>
                     Inserts the pages dueDate and applies the specified DateFormat and HTML class.
                     Example output:

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/inserttext.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/InsertText.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/inserttext.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/InsertText.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/inserttext.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/InsertText.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/inserttext.xml Sat Oct 14 16:43:08 2006
@@ -25,7 +25,7 @@
             <p>
                 Inserts multi-line text, breaking it into individual lines according to a mode.
                 Commonly used to properly display the data provided by a user via the
-                <a href="../form/TextArea.html">TextArea</a>
+                <a href="../form/textarea.html">TextArea</a>
                 component.
             </p>
 
@@ -40,13 +40,11 @@
                         org.apache.tapestry.html.InsertTextMode
                     </a>
                     ,
-                    <a href="../form/TextArea.html">TextArea</a>
+                    <a href="../form/textarea.html">TextArea</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/invokelistener.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/InvokeListener.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/invokelistener.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/InvokeListener.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/invokelistener.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/InvokeListener.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/invokelistener.xml Sat Oct 14 16:43:08 2006
@@ -35,13 +35,11 @@
                         org.apache.tapestry.components.InvokeListener
                     </a>
                     ,
-                    <a href="Delegator.html">Delegator</a>
+                    <a href="delegator.html">Delegator</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/relation.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Relation.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/relation.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Relation.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/relation.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Relation.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/relation.xml Sat Oct 14 16:43:08 2006
@@ -35,9 +35,9 @@
             </p>            
             <p>
                 <strong>See also:</strong>
-                <a href="Style.html">Style</a>
+                <a href="style.html">Style</a>
                 ,
-                <a href="Shell.html">Shell</a>
+                <a href="shell.html">Shell</a>
             </p>
 
             <section name="Parameters">

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderblock.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/RenderBlock.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderblock.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/RenderBlock.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderblock.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/RenderBlock.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderblock.xml Sat Oct 14 16:43:08 2006
@@ -24,9 +24,9 @@
 
             <p>
                 Renders the body of a
-                <a href="Block.html">Block</a>
+                <a href="block.html">Block</a>
                 component, which may be selected dynamically. The
-                <a href="Block.html">Block</a>
+                <a href="block.html">Block</a>
                 may be on the same page as the RenderBlock or on another page entirely.
             </p>
 
@@ -46,7 +46,7 @@
                 ) event notications only go to the
                 <em>active page</em>
                 (the active page is the page that renders the response). It is possible to pass a
-                <a href="Block.html">Block</a>
+                <a href="block.html">Block</a>
                 from an entirely different page to a RenderBlock, but render listeners of both types
                 on the non-active pages will
                 <em>not</em>
@@ -62,13 +62,11 @@
                         org.apache.tapestry.components.RenderBlock
                     </a>
                     ,
-                    <a href="Block.html">Block</a>
+                    <a href="block.html">Block</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -81,13 +79,13 @@
                     <tr>
                         <td>block</td>
                         <td>
-                            <a href="Block.html">Block</a>
+                            <a href="block.html">Block</a>
                         </td>
                         <td>yes</td>
                         <td></td>
                         <td>
                             The
-                            <a href="Block.html">Block</a>
+                            <a href="block.html">Block</a>
                             to render.
                         </td>
                     </tr>
@@ -112,13 +110,13 @@
                 <p>
                     Informal parameters are allowed, but are not used by the RenderBlock component.
                     Instead, they are used to pass information to the
-                    <a href="Block.html">Block</a>
+                    <a href="block.html">Block</a>
                     itself. The Block's invoker property will be the
-                    <a href="RenderBlock.html">RenderBlock</a>
+                    <a href="renderblock.html">RenderBlock</a>
                     that invokes it (in 3.0, this property was called "inserter", which is
                     maintained for backwards compatibility). The parameters of the RenderBlock are
                     available via the <code>getParameter()</code> method of
-                    <a href="Block.html">Block</a>
+                    <a href="block.html">Block</a>
                     . This is most useful when the RenderBlock and Block are contained within
                     different components or even different pages.
                 </p>
@@ -166,12 +164,12 @@
                     For simplicity, this example uses an
                     <em>engineered naming coincidence</em>
                     : the names of the
-                    <a href="Block.html">Block</a>
+                    <a href="block.html">Block</a>
                     components matches the localized message key used to obtain the title. In this
                     case, the Blocks contain just a snippet of HTML ... but they could contain any
                     valid markup, including components, links, forms, or other complex components.
                     The use of
-                    <a href="http://www.ognl.org">OGNL</a>
+                    <a class="externalLink" href="http://www.ognl.org">OGNL</a>
                     makes it easy to assemble a list of strings, the component ids for the Blocks,
                     and pass that list into the TabPanel component.
                 </p>
@@ -236,20 +234,20 @@
                     </li>
                     <li>
                         The @
-                        <a href="Insert.html">Insert</a>
+                        <a href="insert.html">Insert</a>
                         component, which users the current blockId to look up a localized message in
                         the TabPanel component's container (the TabTest page)
                     </li>
                     <li>
                         The RenderBlock component, which uses the component's selectedBlock property
                         to determine what
-                        <a href="Block.html">Block</a>
+                        <a href="block.html">Block</a>
                         to actually render
                     </li>
                     <li>
                         The use of the @
-                        <a href="Any.html">Any</a>
-                        component to render several &lt;td&gt; elements with the current bgcolor
+                        <a href="any.html">Any</a>
+                        component to render several <code>&lt;td&gt;</code> elements with the current bgcolor
                         attribute.
                     </li>
                 </ul>
@@ -297,7 +295,7 @@
                 <p>
                     Several bindings in the specification depend on the tabSelected property, which
                     is a synthetic property calculated in Java code. In addition, the @
-                    <a href="../link/DirectLink.html">DirectLink</a>
+                    <a href="../link/directlink.html">DirectLink</a>
                     component is configured to pass the block id in the URL as a listener parameter.
                 </p>
 
@@ -360,11 +358,11 @@
 
                 <p>
                     Note that we don't store the
-                    <a href="Block.html">Block</a>
+                    <a href="block.html">Block</a>
                     <em>instance</em>
                     as a persistent property ... components are not serializable and should never be
                     stored as persistent properties. We store the id needed to locate the
-                    <a href="Block.html">Block</a>
+                    <a href="block.html">Block</a>
                     .
                 </p>
 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderbody.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/RenderBody.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderbody.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/RenderBody.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderbody.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/RenderBody.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/renderbody.xml Sat Oct 14 16:43:08 2006
@@ -31,7 +31,7 @@
                 This component is very useful for creating a common navigational component used by
                 multiple pages of an application. Typically you create a common navigational
                 component which contains navigational links
-                <a href="../link/PageLink.html">PageLink</a>
+                <a href="../link/pagelink.html">PageLink</a>
                 to other pages and a RenderBody component which will insert the actual content of
                 the page. The application pages then use the navigational component as their first
                 element, and then their usual content. When the pages renders, it renders the
@@ -39,13 +39,13 @@
             </p>
             <p>
                 <strong>See also:</strong>
-                <a href="Block.html">Block</a>
+                <a href="block.html">Block</a>
                 ,
-                <a href="Insert.html">Insert</a>
+                <a href="insert.html">Insert</a>
                 ,
-                <a href="RenderBlock.html">RenderBlock</a>
+                <a href="renderblock.html">RenderBlock</a>
                 ,
-                <a href="InsertText.html">InsertText</a>
+                <a href="inserttext.html">InsertText</a>
             </p>
 
             <section name="Parameters">

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/script.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Script.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/script.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Script.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/script.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Script.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/script.xml Sat Oct 14 16:43:08 2006
@@ -41,7 +41,7 @@
             <p>
                 <strong>
                     See also:
-                    <a href="Body.html">Body</a>
+                    <a href="body.html">Body</a>
                 </strong>
             </p>
 
@@ -120,9 +120,9 @@
 
                 <p>
                     See the
-                    <a href="../form/PropertySelection.html">PropertySelection</a>
+                    <a href="../form/propertyselection.html">PropertySelection</a>
                     example use of SelectSubmit script to submit a
-                    <a href="../form/Form.html">Form</a>
+                    <a href="../form/form.html">Form</a>
                     when a user selects a drop down list item.
                 </p>
                 <p>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Shell.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Shell.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Shell.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml Sat Oct 14 16:43:08 2006
@@ -30,9 +30,9 @@
             </p>
             <p>
                 Most Tapestry pages will include a Shell component enclosing a
-                <a href="Body.html">Body</a>
+                <a href="body.html">Body</a>
                 component. The Shell is used to resolve the page's HTML stylesheet and the
-                <a href="Body.html">Body</a>
+                <a href="body.html">Body</a>
                 component manages dynamically generated JavaScript.
             </p>
             <p>
@@ -49,15 +49,13 @@
                         org.apache.tapestry.html.Shell
                     </a>
                     ,
-                    <a href="Body.html">Body</a>
+                    <a href="body.html">Body</a>
                     ,
-                    <a href="../link/PageLink.html">PageLink</a>
+                    <a href="../link/pagelink.html">PageLink</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/general/Style.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Style.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/Style.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml Sat Oct 14 16:43:08 2006
@@ -24,7 +24,7 @@
 
             <p>
                 Declares a stylesheet to be included in the current page. This component
-                is a special case of the <a href="Relation.html">Relation</a> component, 
+                is a special case of the <a href="relation.html">Relation</a> component, 
             </p>
             <p>
                 Note that a Shell component is required when using the Style element. 
@@ -34,9 +34,9 @@
             </p>  
             <p>
                 <strong>See also:</strong>
-                <a href="Relation.html">Relation</a>
+                <a href="relation.html">Relation</a>
                 ,
-                <a href="Shell.html">Shell</a>
+                <a href="shell.html">Shell</a>
             </p>
 
             <section name="Parameters">
@@ -58,7 +58,7 @@
                         <td></td>
                         <td>The target URL of the related resource. <br/>
                         If this value is provided and is not null, this component behaves exactly like the 
-                        <a href="Relation.html">Relation</a> component, i.e. it renders a <code>&lt;link&gt;</code>
+                        <a href="relation.html">Relation</a> component, i.e. it renders a <code>&lt;link&gt;</code>
                         tag in the html header.<br/>
                         Otherwise, it renders a <code>&lt;style&gt;</code> tag which includes its contents.
                         </td>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/index.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/index.xml?view=diff&rev=464065&r1=464064&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/index.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/index.xml Sat Oct 14 16:43:08 2006
@@ -27,10 +27,9 @@
             <p>
                 Such components may always be referenced without any library prefix; in cases where
                 an application or library provides a component with the same name, the special
-                prefix "framework:" may be used. That is, "DirectLink" and "framework:DirectLink"
-                are equivalent, unless your application (or library) includes a component
-                <em>also</em>
-                named "DirectLink".
+                prefix <code>framework:</code> may be used. That is, <code>DirectLink</code> and 
+                <code>framework:DirectLink</code> are equivalent, unless your application 
+                (or library) includes a component <em>also</em> named "DirectLink".
             </p>
         </section>
     </body>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/link/DirectLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/link/DirectLink.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/DirectLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml Sat Oct 14 16:43:08 2006
@@ -35,20 +35,18 @@
             <p>
                 <strong>
                     See also:
-                    <a href="ExternalLink.html">ExternalLink</a>
+                    <a href="externallink.html">ExternalLink</a>
                     ,
-                    <a href="GenericLink.html">GenericLink</a>
+                    <a href="genericlink.html">GenericLink</a>
                     ,
-                    <a href="PageLink.html">PageLink</a>
+                    <a href="pagelink.html">PageLink</a>
                     ,
-                    <a href="ServiceLink.html">ServiceLink</a>
+                    <a href="servicelink.html">ServiceLink</a>
                 </strong>
 
             </p>
 
             <section name="Parameters">
-
-
                 <table>
 
                     <tr>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/externallink.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/link/ExternalLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/externallink.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/link/ExternalLink.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/externallink.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/ExternalLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/externallink.xml Sat Oct 14 16:43:08 2006
@@ -37,19 +37,17 @@
                         org.apache.tapestry.link.ExternalLink
                     </a>
                     ,
-                    <a href="DirectLink.html">DirectLink</a>
+                    <a href="directlink.html">DirectLink</a>
                     ,
-                    <a href="GenericLink.html">GenericLink</a>
+                    <a href="genericlink.html">GenericLink</a>
                     ,
-                    <a href="PageLink.html">PageLink</a>
+                    <a href="pagelink.html">PageLink</a>
                     ,
-                    <a href="ServiceLink.html">ServiceLink</a>
+                    <a href="servicelink.html">ServiceLink</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/genericlink.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/link/GenericLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/genericlink.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/link/GenericLink.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/genericlink.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/GenericLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/genericlink.xml Sat Oct 14 16:43:08 2006
@@ -25,11 +25,11 @@
             <p>Creates an <code>&lt;a&gt;</code> hyperlink for an arbitrary URL.</p>
             <p>
                 Although a GenericLink can be accomplished using an
-                <a href="../general/Any.html">Any</a>
+                <a href="../general/any.html">Any</a>
                 component, a GenericLink is more flexible: it can be disabled, like a
-                <a href="DirectLink.html">DirectLink</a>
+                <a href="directlink.html">DirectLink</a>
                 and can also wrap around
-                <a href="Rollover.html">Rollover</a>
+                <a href="rollover.html">Rollover</a>
                 components. GenericLinks are often used with javascript: URLs to perform client-side
                 scripting.
             </p>
@@ -37,23 +37,20 @@
             <p>
                 <strong>
                     See also:
-                    <a href="DirectLink.html">DirectLink</a>
+                    <a href="directlink.html">DirectLink</a>
                     ,
-                    <a href="ExternalLink.html">ExternalLink</a>
+                    <a href="externallink.html">ExternalLink</a>
                     ,
-                    <a href="PageLink.html">PageLink</a>
+                    <a href="pagelink.html">PageLink</a>
                     ,
-                    <a href="Rollover.html">Rollover</a>
+                    <a href="rollover.html">Rollover</a>
                     ,
-                    <a href="ServiceLink.html">ServiceLink</a>
+                    <a href="servicelink.html">ServiceLink</a>
                 </strong>
 
             </p>
 
             <section name="Parameters">
-
-
-
                 <table>
                     <tr>
                         <th>Name</th>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/pagelink.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/link/PageLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/pagelink.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/link/PageLink.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/pagelink.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/PageLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/pagelink.xml Sat Oct 14 16:43:08 2006
@@ -34,28 +34,24 @@
                         org.apache.tapestry.link.PageLink
                     </a>
                     ,
-                    <a href="DirectLink.html">DirectLink</a>
+                    <a href="directlink.html">DirectLink</a>
                     ,
-                    <a href="ExternalLink.html">ExternalLink</a>
+                    <a href="externallink.html">ExternalLink</a>
                     ,
-                    <a href="GenericLink.html">GenericLink</a>
+                    <a href="genericlink.html">GenericLink</a>
                     ,
-                    <a href="Rollover.html">Rollover</a>
+                    <a href="rollover.html">Rollover</a>
                     ,
-                    <a href="ServiceLink.html">ServiceLink</a>
+                    <a href="servicelink.html">ServiceLink</a>
                 </strong>
 
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
-                        <th>Direction</th>
-
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -63,8 +59,6 @@
                     <tr>
                         <td>page</td>
                         <td>String</td>
-
-                        <td>in</td>
                         <td>yes</td>
                         <td></td>
                         <td>The name of an application page to link to.</td>
@@ -76,8 +70,6 @@
                                 INamespace
                             </a>
                         </td>
-
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -91,8 +83,6 @@
                     <tr>
                         <td>disabled</td>
                         <td>boolean</td>
-
-                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -102,9 +92,7 @@
                     </tr>
                     <tr>
                         <td>anchor</td>
-
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -116,7 +104,6 @@
                     <tr>
                         <td>scheme</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -132,7 +119,6 @@
                     <tr>
                         <td>port</td>
                         <td>Integer</td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -148,9 +134,7 @@
 
                     <tr>
                         <td>target</td>
-
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td></td>
@@ -164,7 +148,6 @@
                                 ILinkRenderer
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>The object which will actually render the link.</td>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/rollover.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/link/Rollover.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/rollover.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/link/Rollover.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/rollover.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/Rollover.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/rollover.xml Sat Oct 14 16:43:08 2006
@@ -28,34 +28,32 @@
                 of it. A Rollover is disabled if the link that wraps it is disabled (in which case
                 it doesn't respond to the mouse). If this dynamic behavior isn't required use the
                 simpler
-                <a href="../general/Image.html">Image</a>
+                <a href="../general/image.html">Image</a>
                 component.
             </p>
             <p>
                 The component provides all the necessary JavaScript to swap the image when the mouse
                 enters and exits the button. However, the Rollover must be wrapped (ultimately) by a
-                <a href="../general/Body.html">Body</a>
+                <a href="../general/body.html">Body</a>
                 component.
             </p>
 
             <p>
                 <strong>
                     See also:
-                    <a href="../general/Body.html">Body</a>
+                    <a href="../general/body.html">Body</a>
                     ,
-                    <a href="GenericLink.html">GenericLink</a>
+                    <a href="genericlink.html">GenericLink</a>
                     ,
-                    <a href="../general/Image.html">Image</a>
+                    <a href="../general/image.html">Image</a>
                     ,
-                    <a href="PageLink.html">PageLink</a>
+                    <a href="pagelink.html">PageLink</a>
                     ,
-                    <a href="../general/Script.html">Script</a>
+                    <a href="../general/script.html">Script</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -73,7 +71,7 @@
                             </a>
                         </td>
                         <td>yes</td>
-                        <td />
+                        <td></td>
                         <td>
                             The initial image to show, if the surrounding link component is not
                             disabled.
@@ -88,8 +86,7 @@
                             </a>
                         </td>
                         <td>no</td>
-                        <td />
-
+                        <td ></td>
                         <td>
                             If provided (and the component is not disabled), then a JavaScript
                             onMouseOver event handler is added to change the image. An onMouseOut
@@ -105,7 +102,7 @@
                             </a>
                         </td>
                         <td>no</td>
-                        <td />
+                        <td></td>
                         <td>
                             If provided (and the component is not disabled), then a JavaScript
                             onMouseOut event handler is added to change the image when the mouse is
@@ -126,7 +123,7 @@
                                 Image used when the Rollover is disabled. A Rollover is disabled
                                 when the link component containing it is disabled. Note that the
                                 Rollover component is wrapped by a link component such as the
-                                <a href="PageLink.html">PageLink</a>
+                                <a href="pagelink.html">PageLink</a>
                                 component.
                             </p>
                             <p>
@@ -145,8 +142,7 @@
                             </a>
                         </td>
                         <td>no</td>
-                        <td />
-
+                        <td></td>
                         <td>The object which will actually render the link.</td>
                     </tr>
                 </table>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/servicelink.xml (from r464002, tapestry/tapestry4/trunk/src/site/xdoc/components/link/ServiceLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/servicelink.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/link/ServiceLink.xml&r1=464002&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/servicelink.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/ServiceLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/servicelink.xml Sat Oct 14 16:43:08 2006
@@ -30,27 +30,19 @@
             </p>
 
             <p>
-                Prior to release 2.2, this component was named
-                <strong>Service</strong>
-                .
-            </p>
-
-            <p>
                 <strong>
                     See also:
-                    <a href="DirectLink.html">DirectLink</a>
+                    <a href="directlink.html">DirectLink</a>
                     ,
-                    <a href="ExternalLink.html">ExternalLink</a>
+                    <a href="externallink.html">ExternalLink</a>
                     ,
-                    <a href="GenericLink.html">GenericLink</a>
+                    <a href="genericlink.html">GenericLink</a>
                     ,
-                    <a href="PageLink.html">PageLink</a>
+                    <a href="pagelink.html">PageLink</a>
                 </strong>
             </p>
 
             <section name="Parameters">
-
-
                 <table>
                     <tr>
                         <th>Name</th>
@@ -71,7 +63,7 @@
                                 href="../../tapestry-framework/apidocs/org/apache/tapestry/engine/IEngineService.html">
                                 IEngineService
                             </a>
-                            to invoke.
+                            to invoke. Can be any service, esp random ones contributed by you.
                         </td>
                     </tr>
                     <tr>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/index.xml?view=diff&rev=464065&r1=464064&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/index.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/index.xml Sat Oct 14 16:43:08 2006
@@ -42,8 +42,12 @@
                                    dojo widgets and use them as Tapestry components. The initial 4.1 release won't be
                                    as focused on providing new components as it will solid infrastructure support, but
                                    more and more will be included as the release matures. Currently included are 
-                                   <em>Autocomplete,DropdownDatePicker,DropdownTimePicker</em>.</li>
-                <li><b>Client Side Validation -</b> The <a href="UsersGuide/clientside-validation.html">client side validation</a> support 
+                                   <em><a href="components/dojo/autocompleter.html">Autocompleter</a>
+                                   ,
+                                   <a href="components/dojo/dropdowndatepicker.html">DropdownDatePicker</a>
+                                   ,
+                                   <a href="components/dojo/dropdowntimepicker.html">DropdownTimePicker</a></em>.</li>
+                <li><b>Client Side Validation -</b> The <a href="usersguide/clientside-validation.html">client side validation</a> support 
                                     in Tapestry has been completely replaced with a new <a href="http://dojotoolkit.org">dojo</a> based API, 
                                     providing richer and <a href="javascript/form-validation.html">more complete</a> validation than has been 
                                     seen in previous releases. All of the validation constraints that can be specified on the server now have 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/quickstart/directlink.xml (from r464062, tapestry/tapestry4/trunk/src/site/xdoc/QuickStart/directlink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/quickstart/directlink.xml?view=diff&rev=464065&p1=tapestry/tapestry4/trunk/src/site/xdoc/QuickStart/directlink.xml&r1=464062&p2=tapestry/tapestry4/trunk/src/site/xdoc/quickstart/directlink.xml&r2=464065
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/QuickStart/directlink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/quickstart/directlink.xml Sat Oct 14 16:43:08 2006
@@ -23,15 +23,13 @@
         <section name="QuickStart: DirectLink">
         <p>
             In this tutorial, we'll get introduced to one of the real workhorses of Tapestry, the
-            <a href="site:DirectLink">DirectLink</a>
+            <a href="../components/link/directlink.html">DirectLink</a>
             component. It is one of the most common ways of triggering server-side behavior. Along
             the way, we'll start seeing some other common aspects of developing web applications
             using Tapestry.
         </p>
         
         <section name="HTML Template">
-
-
             <p>This application simply counts the number of times we click a link.</p>
 
             <img src="../images/QuickStart/directlink1.png" alt="Initial DirectLink Tutorial" />
@@ -71,7 +69,7 @@
 
             <p>
                 Much of this should look familiar. We're again using the
-                <a href="site:Insert">Insert</a>
+                <a href="../components/general/insert.html">Insert</a>
                 component, and we're using
                 <a href="http://www.ognl.org">OGNL</a>
                 again. Instead of creating a new instance, we're using OGNL in a simpler way; it
@@ -87,7 +85,7 @@
             <p>
                 Just displaying the current value isn't enough, we need a way to change that value.
                 That's where the
-                <a href="site:DirectLink">DirectLink</a>
+                <a href="../components/link/directlink.html">DirectLink</a>
                 component comes in; it will invoke a method of our Java class for us. This
                 connection between component and method is supplied in the listener parameter. The
                 "listener:" prefix activates the logic that lets Tapestry invoke the method with the
@@ -561,7 +559,7 @@
 
 
             <p>
-                <a href="site:DirectLink">DirectLink</a>
+                <a href="../components/link/directlink.html">DirectLink</a>
                 may be a real workhorse, but the heart of most web applications are the subject of
                 our next tutorial:
                 <a href="forms.html">Tapestry Forms</a>