Re: Struts2.x ActionError And ActionMessage

2017-11-17 Thread Lukasz Lenart
2017-11-16 16:15 GMT+01:00 Dhulipudi, Sivannarayana : > Hi All, > > I tried to use struts 2.x ActionError and ActonMessage classes to do > validations. > > I saw a lot examples on internet, in those examples adding errors and > messages to actionsupport class like > > addActionErrors() and addA

AW: Struts2.x ActionError And ActionMessage

2017-11-17 Thread Christoph.Nenning
> > Actually we are using Apache commons validation frame work along with > struts, when ever validation failed, I want to create one action error message > and keep that action error in context and display error message in jsp page. > Note that actionerrors are global errors. It sounds to me