Hello,

If I call Form.validate() from one of my widget listeners to validate the whole form I get an Unsupported Exception (presumably from a widget not supporting ValidationErrorAware) and a message telling me to use Form.process() insetad. However Form.process() requires a FormContext object, but I can't figure out how (or if) I can get access to this object from within an event listener? I may need to call validate on specific widgets instead...

Thanks.

Scott.

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



Reply via email to