Re: How to iterate 2 nested collections w <logic:iterate> without a "getter"



John wrote:
Does anybody know how to process such an Iterator with a method that
does not begin with "get"? Any suggestions?
I don't know struts.
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/
.