Abstract repeater action. Subclasses will typically just self-add an
event handler that will act on the repeater.
See Also:RepeaterActionDefinitionBuilder author: Sylvain Wallez version: CVS $Id: RepeaterActionDefinition.java 433543 2006-08-22 06:22:54Z crossley $
Get the name of the repeater on which to act. If null, the repeater
is the parent of the current widget (i.e. actions are in repeater rows). Otherwise,
the repeater is a sibling of the current widget.
the repeater name (can be null).
Methods inherited from org.apache.cocoon.woody.formmodel.ActionDefinition