TAPESTRY-200: ListEdit component reference should list source and value as required.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/tapestry/branches/branch-3-0@244060 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/src/ComponentReference/ListEdit.html b/doc/src/ComponentReference/ListEdit.html
index 65938ce..419a995 100644
--- a/doc/src/ComponentReference/ListEdit.html
+++ b/doc/src/ComponentReference/ListEdit.html
@@ -103,7 +103,7 @@
 		<tt>Object[]</tt>
     </td>
     <td>in</td>
-   	<td>no</td>
+   	<td>yes</td>
 		<td>&nbsp;</td>
 		<td>
     The list of values to be editted within the form. This list is only read
@@ -122,7 +122,7 @@
     <td>value</td>
     <td>Object</td>
     <td>out</td>
-   	<td>no</td>
+   	<td>yes</td>
 		<td>&nbsp;</td>
 		<td>
      The value for each iteration through the list (during render or rewind).
diff --git a/framework/src/org/apache/tapestry/form/ListEditMap.java b/framework/src/org/apache/tapestry/form/ListEditMap.java
index c43294b..bdee856 100644
--- a/framework/src/org/apache/tapestry/form/ListEditMap.java
+++ b/framework/src/org/apache/tapestry/form/ListEditMap.java
@@ -56,7 +56,7 @@
  *  bound to a listener method to synchronize a property of the component from
  *  the map.
  * 
- *  <code>
+ *  <pre><code>
  *  public void synchronize({@link org.apache.tapestry.IRequestCycle} cycle)
  *  {
  *     ListEditMap map = ...;
@@ -67,7 +67,7 @@
  * 
  *     set<i>Property</i>(object);
  *  }
- *  </code>
+ *  </code></pre>
  * 
  *  <p>
  *  You may also connect a {@link org.apache.tapestry.form.Checkbox}'s
diff --git a/status.xml b/status.xml
index f1788e2..59a319c 100644
--- a/status.xml
+++ b/status.xml
@@ -270,7 +270,10 @@
        The online Tapestry component reference for 3.0.1 for @Foreach component has an error in the example section. 
     </action>
     <action type="fix" dev="HLS" due-to="Michael Frericks" fixes-bug="TAPESTRY-218">
-      Persistent properties cant be set to null.
+      Persistent properties can't be set to null.
+    </action>
+    <action type="fix" dev="HLS" due-to="Sadanori Ito" fixes-bug="TAPESTRY-200">
+      ListEdit component reference should list source and value as required.
     </action>
       
   </release>