In my spring portlet application, i've put some validators to validate form input for checking mandatory fields.
When i load the portlet and without entering the data, if i click submit button, it displays 'mandatory field required ' error message. But next time, after entering correct values and click on submit button, the error message still persists. What i observed is, error messaged once displayed doesn't get flushed out even when correct inputs are entered. Can anybody tell the reason why it's happenning like that? Is the error messages are getting cached? How can i flush out those error messages next time when form is submitted? Please help. -- View this message in context: http://www.nabble.com/error-messages-are-getting-cleared-tp19478598p19478598.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
