What is the fastest/simplest way of clearing the DynaAcitonForm? I am looking for something like:
DynaActionForm form = init here;
:
:
logic goe s here
if (need to manually clear the form) {
form.clear (); // ????
}
Thanks,
Alex.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

