Re: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- From: Andrea Francia <andrea.francia@xxxxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 19:45:31 GMT
John wrote:
Does anybody know how to process such an Iterator with a method thatI don't know struts.
does not begin with "get"? Any suggestions?
The only idea that I have is: wrap the object with a class that has a getModifiers() method like that:
Iterator getModifiers() {
return wrapped.modifiers();
}
--
Andrea Francia
http://www.andreafrancia.it/
.
- References:
- Prev by Date: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- Next by Date: Re: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- Previous by thread: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- Next by thread: Re: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- Index(es):