Hi All
I am new to Struts so please bear with me.
We have started implementing a new product using struts.
Now I do see that I need to have getter /setter methods declared on both my
business objects as well as Action form.
So for e.g if I had a User business object which encapsulates the entire
business login for my system user.
Now I will have UserForm class also which will have all the getter/setter
methods of ny User Object so as to faciliate the CRUD operation from the
browser.
If something changes I need to go and change it in both the places.
Is there any way to over come this problem.
Any help would be greatly appreciated.
Rajesh Kanade