You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Joseph Yang <ya...@rewardstream.com> on 2003/06/13 20:42:38 UTC

Pre-populate DynaActionForm

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org