i dont think currently there is a way, please add an rfe. as an alternative you can move your validation logic into form.onvalidate() where you can perform the appropriate checks.
-igor On Fri, Nov 20, 2009 at 9:46 AM, Wayne Pope <[email protected]> wrote: > Hello, > > I have a form that has a AbstractFormValidator added to it. This does > some validation on a couple of formcomponents. > > However in some situations on of the components is not visible and we > get the warming: > > IFormValidator in form `formContainer:form` depends on a component > that has been removed from the page or is no longer visible. > > How can I diable the AbstractFormValidator so that we don't get this > warning? (as it doesn't need validating). > > many thanks > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
