You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Aiken, Weston - Raleigh, NC" <WA...@email.usps.gov> on 2002/08/09 17:40:03 UTC

question

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