Hi, I am using struts to develop a webapp. One piece of work is the
user information. I will allow user to create, view, and update his
personal information. What is the best way to do this with Struts? Is
there any "Pattern" for this? I checked the Struts DispatchAction, but
not sure how to do it...
Thanks,
Autogoor.
Wendy Smoak - 06 Jun 2005 16:52 GMT
> Hi, I am using struts to develop a webapp. One piece of work is the
> user information. I will allow user to create, view, and update his
> personal information. What is the best way to do this with Struts? Is
> there any "Pattern" for this? I checked the Struts DispatchAction, but
> not sure how to do it...
Have you looked at the examples that ship with Struts? One is a 'mail
reader' application, and shows what you're asking about.

Signature
Wendy