PDA

View Full Version : Spring alternative to Struts ActionMessage?


raydawg
May 22nd, 2007, 07:45 PM
I was wondering if there was a similar way to handle messages like the ActionMessage in Struts. For instance if I want to display a greeting or confirmation about something, using struts I just set an action message in the controller, then use the struts tag lib to pick it up on the JSP side and display it. I cant seem to find anyway to do that in spring. I see that Spring has some tags such as spring:hasBindError or spring:message, but I cant seem to find any solid examples on how to use them the way I want.
can anyone please help me out with that?
Thanks
-Ray