bruno 2003/09/04 11:33:33
Modified: src/blocks/woody/java/org/apache/cocoon/woody/event
RepeaterHandler.java
Log:
wd:button -> wd:action rename
Revision Changes Path
1.2 +5 -5
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/event/RepeaterHandler.java
Index: RepeaterHandler.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/event/RepeaterHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RepeaterHandler.java 27 Jun 2003 12:43:32 -0000 1.1
+++ RepeaterHandler.java 4 Sep 2003 18:33:33 -0000 1.2
@@ -75,16 +75,16 @@
* </wd:booleanfield>
* </wd:repeater>
*
- * <wd:button id="removerows" action-command="remove-selected-rows">
+ * <wd:action id="removerows" action-command="remove-selected-rows">
* <wd:label>DELETE</wd:label>
- * </wd:button>
+ * </wd:action>
*
- * <wd:button id="addrows" action-command="add-rows">
+ * <wd:action id="addrows" action-command="add-rows">
* <wd:label>ADD</wd:label>
- * </wd:button>
+ * </wd:action>
* </pre>
*
- * For which you can easily use this Handler by siimply passing
+ * For which you can easily use this Handler by simply passing
* <code>FormHandler fh = new RepeaterHandler("myrows","add-rows",
* "remove-selected-rows","select")</code>
*