Marco Tedone wrote:
>> Interesting, I also build commercial apps, and try to use wizards
>> whenever
> possible to keep things >simple for my users....
>
> We prefer to keep things easy for us also for maintainability as we
> look at the project long life term.

Doing and maintain wizards with struts is really easy , specially for long
life projects.


> Can you see how easily one
> simple field propagates the amount of activities just because of the
> ActionForm in the middle?

ActionForm are really usefull when a lot of forms that use the same fields
(select menu or textfield or whatever).
I create an ActionFormBase which contain all dropdown menus contents and
basic validation, extend it when neeeded to add specific fields, and never
have to bother with the common fields again in the whole application.




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

Reply via email to