| Author |
Changing ActionErrors to ActionMessages in struts application
|
Vinutha Jagadish
Greenhorn
Joined: Nov 20, 2009
Posts: 18
|
|
Hi,
I have a jsp file to display error messages
in my Action Class ActionForward process() method, i have code for adding ActionError like this,
and in validator-rules.xml file has,
Now, my requirement is to change from ActionErrors to ActionMessages,
i changed my code like this,
in Action Class ActionForward process() method, i changed ActionErrors to ActionMessages
and in validator-rules.xml file, i chnged ActionErrors to ActionMessages
anything else am i missing?
Thanks,
Jagadish
|
 |
Vinutha Jagadish
Greenhorn
Joined: Nov 20, 2009
Posts: 18
|
|
|
when i change from ActionErrors to ActionMessages, i am not getting error messages.
|
 |
 |
|
|
subject: Changing ActionErrors to ActionMessages in struts application
|
|
|