Hi,
I just started implementing a webapplication using Struts and could not find a good solution for the following (- not so uncommon as I would guess -) problem: Each authenticated user has a userprofile with personal data which he/she can edit via a "PersdataForm". The initial values for this form should be retrieved from the database, i.e. there is a BO somewhere containing these data. There is a "PersdataAction" writing the changed values back to the BO.

How would I best initiate the form? - the FormBeans "reset" method seems not to be the right place because it is called too often - should I use another Action? but how would the configuration look like in such a scenario?

Thanks in advance for your ideas on this problem!
karin.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to