[PATCH] Add multiple rows to a Repeater (fd:repeater-action).
-------------------------------------------------------------

         Key: COCOON-1729
         URL: http://issues.apache.org/jira/browse/COCOON-1729
     Project: Cocoon
        Type: New Feature
  Components: Blocks: Forms  
    Versions: 2.1.8    
    Reporter: Rolf Metternich
    Priority: Trivial
 Attachments: patch.txt

To add a certain numbers of Repeater.Rows (more than 1) to a Repeater with one 
Action, use the attribute "number-of-rows" in the definition of a 
repeater-action.

Example: 
   <fd:repeater-action command="add-row" id="add-many-rows-to-repeater" 
number-of-rows="5" repeater="repeater-name">
      <fd:label> Add 5 rows</fd:label>
    </fd:repeater-action>

    <fd:repeater-action command="add-row" id="add-one-row-to-repeater" 
repeater="repeater-name">
      <fd:label>Add 1 row</fd:label>
    </fd:repeater-action>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira