On Mon, Aug 18, 2008 at 11:10:29PM +0200, Matej Knopp wrote:
> Can't you just override isEnabled() on the inner form and return
> true/false depending on whether the inner form should be processed?
> 

Hrm, something like this I suppose?

  public boolean isEnabled() {
    return findFormSubmittingButton().getForm() == this;
  }

I'll give it a try. Thanks!

jk

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

Reply via email to