You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Mark Lundquist <ml...@wrinkledog.com> on 2005/03/15 00:37:01 UTC

Delete repeater rows on normal submit

Hi,

Is it possible to delete selected rows on the default <fd:submit> 
action, instead of having to use a dedicated <fd:repeater-action> 
widget for this?  The idea is that the user sees a single "Commit 
changes" button, not "Delete selected rows" and something else to 
commit other changes besides this.

Thanks,
—ml—


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Delete repeater rows on normal submit

Posted by Scott Yeadon <sc...@anu.edu.au>.
One way would be do this through an action-listener, or through 
javascript in your flow logic if there was any page flow involved with 
the form.

Mark Lundquist wrote:

> Hi,
>
> Is it possible to delete selected rows on the default <fd:submit> 
> action, instead of having to use a dedicated <fd:repeater-action> 
> widget for this?  The idea is that the user sees a single "Commit 
> changes" button, not "Delete selected rows" and something else to 
> commit other changes besides this.
>
> Thanks,
> —ml—
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org