Re: Design Practice question. Should I use same Action class for different functions?

2009-07-21 Thread tsongwei
Hi Dave, Thanks for your reply. It makes perfect sense. I should revisit my action classes and do some refactoring Thanks, ST newton.dave wrote: > > > Personally I tend to use multiple actions, mostly to avoid having > unnecessary action properties. For me it's easier to deal with ma

Design Practice question. Should I use same Action class for different functions?

2009-07-16 Thread tsongwei
Hi, This is a general design practice question. Say if I am designing User Account Management component that does the following: 1) User Profile info update -- updates firs name, last name, etc,... 2) Change password. -- do password verification, and change password 3) User Payment info update. -