form component reuse best practices?

2002-11-07 Thread Andy Kriger
(this is a refinement of a question i asked yesterday) If you have common form components that can be reused multiple times on a page or between projects (e.g. a list of months for date entry, a list of states for address entry), what is the best way to share this code (the

RE: form component reuse best practices?

2002-11-07 Thread Jason Rosen
To: Struts Users Mailing List Subject: form component reuse best practices? (this is a refinement of a question i asked yesterday) If you have common form components that can be reused multiple times on a page or between projects (e.g. a list of months for date entry, a list of states for address

RE: form component reuse best practices?

2002-11-07 Thread Donald Dwoske
To: Struts Users Mailing List Subject: RE: form component reuse best practices? To serve just this purpose: I have created a ListFactory that I initialize using a PlugIn when my Struts app starts. The PlugIn creates an instance of the factory and stashes a reference to it in Application scope