Hi All
I am a sr web developer working on
struts , my issue is that the old Error message on the previous submission has been added to current error message and been displayed to
Jsp , my form bean is in session scope , i am using the validate method for doing this validation, anybody having any idea about why the err msg adding with the previous requst submission err msg ?
this is my code
actionErrors.add(actionErrors.GLOBAL_MESSAGE, new ActionMessage("errors.SummaryForm.actioPlanDesc.NoOfCharInvalid"));