You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/01/25 01:17:54 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/form ListEditMap.java

hlship      2005/01/24 16:17:54

  Modified:    doc/src/ComponentReference Tag: branch-3-0 ListEdit.html
               .        Tag: branch-3-0 status.xml
               framework/src/org/apache/tapestry/form Tag: branch-3-0
                        ListEditMap.java
  Log:
  TAPESTRY-200: ListEdit component reference should list source and value as required.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.2.1  +3 -3      jakarta-tapestry/doc/src/ComponentReference/ListEdit.html
  
  Index: ListEdit.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/ListEdit.html,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- ListEdit.html	18 Feb 2004 00:21:51 -0000	1.10
  +++ ListEdit.html	25 Jan 2005 00:17:54 -0000	1.10.2.1
  @@ -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).
  
  
  
  No                   revision
  No                   revision
  1.47.2.17 +4 -1      jakarta-tapestry/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/status.xml,v
  retrieving revision 1.47.2.16
  retrieving revision 1.47.2.17
  diff -u -r1.47.2.16 -r1.47.2.17
  --- status.xml	25 Jan 2005 00:10:51 -0000	1.47.2.16
  +++ status.xml	25 Jan 2005 00:17:54 -0000	1.47.2.17
  @@ -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>
  
  
  
  No                   revision
  No                   revision
  1.6.2.1   +3 -3      jakarta-tapestry/framework/src/org/apache/tapestry/form/Attic/ListEditMap.java
  
  Index: ListEditMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/form/Attic/ListEditMap.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- ListEditMap.java	19 Feb 2004 17:37:37 -0000	1.6
  +++ ListEditMap.java	25 Jan 2005 00:17:54 -0000	1.6.2.1
  @@ -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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org