You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by frank waldheim <wi...@wunder-nett.org> on 2001/04/13 11:08:53 UTC

logic:iterate/html:options with FastArrayList

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

-- 
 \|/ ____ \|/ -------------------------------------------------
  @~/ ,. \~@              wintermute@wunder-nett.org
 /_( \__/ )_\   waste of money, brains and time - wombat()
    \____/  -----------------------------------------------------

Re: logic:iterate/html:options with FastArrayList

Posted by Ted Husted <hu...@apache.org>.
Or,  "org.apache.struts.util.FastArrayList"

> 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.

Re: logic:iterate/html:options with FastArrayList

Posted by "Craig R. McClanahan" <cr...@apache.org>.

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