Done, thanks!
2011/6/7 Jason Pyeron :
>> -Original Message-
>> From: Lukasz Lenart
>> Sent: Tuesday, June 07, 2011 2:23
>> To: Struts Developers List
>> Subject: Re: org.apache.struts2.util.MakeIterator
>>
>> 2011/5/30 Jason Pyeron :
>> >
> -Original Message-
> From: Lukasz Lenart
> Sent: Tuesday, June 07, 2011 2:23
> To: Struts Developers List
> Subject: Re: org.apache.struts2.util.MakeIterator
>
> 2011/5/30 Jason Pyeron :
> > In the convert method:
> >
> >
2011/5/30 Jason Pyeron :
> In the convert method:
>
> } else if (value instanceof Enumeration) {
> Enumeration enumeration = (Enumeration) value;
> ArrayList list = new ArrayList();
>
> while (enumeration.hasMoreElements()) {
> list.add(enumera