On Fri, 13 Apr 2001, frank waldheim wrote: > hi there, > i just wonder if it is possible to use the struts-fastarraylists > with the html:options/logic:iterate tags. i looked into the > code i can't see a chance for those tags to work with this > List. > so far > -fw > There should not be any problems with this -- anywhere you can use an instance of java.util.ArrayList (for example), you should be able to use a java.util.FastArrayList instead; and the same for FastHashMap and FastTreeMap. Craig
- logic:iterate/html:options with FastArrayList frank waldheim
- Re: logic:iterate/html:options with FastArrayList Craig R. McClanahan

