Hello, Is there a way to customize the default banner "You must correct the following errors before you may continue." message? I'd like to change this banner dynamically depending on the error. Specifically, I'd like to do something like this in my page class:
try { // deal with form input } catch(SQLException sqle) { // _form.setSomehowDefaultBanner("Unexpected Error:"); _form.recordError(sqle.getMessage()); } Regards, -adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]