Hi
Sorry for this question, but i dont clearly understand the process of populating forms on
struts.
I have a
jsp where user can update his/her profile like username, email etc.
I know struts can populate this form. I have this data stored in database.
I did like this. I have an action class lets say ProfileAction which is mapped to profileAction.do. This class calls this jsp with form to be populated.
Then i have ActionForm bean with all gets sets methods of jsp's form fields. And i have another UpdateProfileAction with mapping "updateProfile.do". This where submit goes and i do here all update queries.
The question is: do i have to put in request in ProfileAction class all the stuff i want to be populated?
Thx in advance...
[reformatted by |10dr]
[ March 19, 2004: Message edited by: Junilu Lacar ]