Hi, I have a form with a listener, and a submit component with it's own listener.
Is there a way for the submit listener to prevent the form listener from being executed? I'm thinking specifically of how desktop event systems are usually implemented, so that event listeners can choose to pass events further up the chain, or handle them themselves and prevent further processing. My reason for doing this is that I may have a custom component in a form that has it's own submit button that needs to do something different with the form data to whatever the form does. Cheers, Joe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
