Date: 2004-04-09T14:06:36 Editor: 131.191.40.91 <> Wiki: Apache Struts Wiki Page: StrutsCatalogInstrumentableForms URL: http://wiki.apache.org/struts/StrutsCatalogInstrumentableForms
no comment Change Log: ------------------------------------------------------------------------------ @@ -4,6 +4,8 @@ You instrument such forms, of course, by subclassing !BeanMapForm. Check Joshua Bloch's ''Effective Java'', Item 14 (favor composition over inheritance), p. 71 ''et seq'', to understand the intricacies involved with instrumentation and collection classes. +Also, cf. ["StrutsCatalogVariableScreenFields"] + {{{ public class BeanMapForm extends ActionForm implements Map { private Map map; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]