RE: form component reuse best practices?

2002-11-07 Thread Donald Dwoske
2 2:26 PM 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 Applicat

RE: form component reuse best practices?

2002-11-07 Thread Jason Rosen
on Rosen -Original Message- From: Andy Kriger [mailto:akriger@;greaterthanone.com] Sent: Thursday, November 07, 2002 9:02 AM 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 t

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 html:select/html:option