Mohan Mehra wrote:
I am new to struts
Unless there is a good reason to learn Struts 1, drop it like a hot rock and learn a "modern" framework (Struts 2, Spring, etc.). Struts 1 is past "end of life" and unsupported, not to mention that it has many architectural issues that make developing with it tedious at best..
Mohan Mehra wrote:
Also in eclipse it says that saveErrors method is deprecated.
I looked at the documentation and source for Struts 1.3.10 and I do not see Action.saveErrors(request, errors) as being deprecated.