View Review Details


Book:   Programming Jakarta Struts
Subject:   Programming Jakarta Struts Review
Date:   2003-05-29 06:08:22
From:   chuck cavaness
Rating:  StarStarStarStarStar

Arindam,


By default, the ActionMessages and ActionErrors are saved into the Request object and therefore go away after the response is rendered on the client. However, you can manually place these error messages into the session and then when neccessary, get them out and display them to the user. It'll take a little more work on your part because you'll have to remember to manually remove them after you display them to the user. However, this is pretty straightforward and is what most developers do to solve this problem.


Chuck



See larger cover