Currently struts actions only handle error messages and any other messages by the following methods: addactionerror(..) addactionmessage(..)
I was wondering if we can categorize action messages as : SUCESS, WARN
so I can apply the correct styles to them in UI.
Appreciate your help in advance.