FormBeans necessary for every form

2001-06-15 Thread Felix von Delius
Is there any disadvantage in *not* having separate (Form-)Beans for every form in an application? -Felix

Re: FormBeans necessary for every form

2001-06-15 Thread Ted Husted
It would seem to me to be an organizational design decision. If you share the bean, you would also have to share the validate method, but that can be easily managed by checking the Action Mapping to see which form is using the bean in this instance. The easiest way to do that is by using the