We're trying to decide as a team what conventions we are going to
follow. Does anyone know if there's anything we lose by not calling the
default "execute()" method in our actions....opting for specifying
another class name in the struts config xml? For example,
executeView() and executeDo() called on the way to the page and in the
post respectively. Thinking that this might be like returning
"success" by default, instead of an arbitrary name....some interceptors
automatically call success on return. Thoughts?
--DW