Consider the following scenario: My Action class adds a Facility object to the request and forwards to a JSP for presentation. The Facility object contains an array of PhoneNumber objects. My question is: Using struts tags, is it possible to pull the PhoneNumber[] array out of the Facility object and then iterate through them? If the PhoneNumber array were in the request by itself, then the iterate tag would work fine, but the array needs to pulled out of the Facility first. Thanks for any help
- RE: <logic:iterate> question Aiken, Weston - Raleigh, NC
- RE: <logic:iterate> question Kamholz, Keith (corp-staff) USX
- RE: <logic:iterate> question Sri Sankaran
- RE: <logic:iterate> question Aiken, Weston - Raleigh, NC

