Hi everyone, I have a login page and client profile page(name, phone, address...), after login, the client's information will be displayed so the client can modify
When I use ActionForm (clientInfoForm), in loginAction, I get the information for the client, set up the setters of clientInfoForm, put this form in request, then it's done Now I want to do the same thing but use DynaActionForm for my clientInfoForm, what should I do to pre-populate it? (there will be no setters any more) Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

