In any case, consider the ultimate responsibility of an action class: it shouldn't know anything about business logic and so on. It's job is to handle web requests, get data ready for a JSP (or similar), and decide what to display to the user.
Thank you , I asked this question as i have seen a example , in which the action class is containing Business Logic .( I guess the author has written it for Introduction purpose)