On Wed, 29 Aug 2007 10:54:34 -0700, Edward Elhauge <[EMAIL PROTECTED]> wrote:
> That should have been:
>    1) When the user hits the Delete button, don't run any of the
> validation
>       just delete.
>    2) When the user hits the Save button, run all the validation before
>       save.

It sounds like you want to use the validate="false" attribute when
declaring your delete button widget:

<fd:submit id="deleteButton" validate="false">...</fd:submit>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to