<logic:iterate id="searchResultsVO" name="insuranceCompanySearchResultsForm" 
property="searchInsuranceCompanyVOList">
            <TR valign="middle" class="data" align="center"> 
            <TD height=47 ><a href ="EditInsuranceCompany.html" class="data">
                <bean:write name="searchResultsVO" property="entityId"/></a></TD>
             <TD ><bean:write name="searchResultsVO" property="name"/></TD>
            <TD ><bean:write name="searchResultsVO" 
property="insuranceCompanyAddress.street1"/></TD>
            <TD ><bean:write name="searchResultsVO" 
property="insuranceCompanyAddress.state"/></TD>
            <TD ><bean:write name="searchResultsVO" property="status"/></TD>
            <TD ><bean:write name="searchResultsVO" 
property="nextReviewDateFrom"/></TD>
        </TR>
        </logic:iterate>

u can use this one, here i have a list which has VO's in it.  and i iterate thru the 
List and get each and every VO's and
get the values set in the VO's
try and let me know

-- 
Snehal K. Gandhi         | Email : [EMAIL PROTECTED] 
Financial Services Group | http://www.cognizant.com <http://www.cognizant.com/>  
Cognizant Corporation    | Ph:91-44-52096000 
Mobile : +91 98400 57326 | Xtn:8118, Vnet:48128 
 -- The secret to enjoying your job is not to change your job but to change your 
attitude..



-----Original Message-----
From: Vishal Arora [mailto:[EMAIL PROTECTED]
Sent: Friday, March 05, 2004 9:57 AM
To: Struts Users Mailing List
Subject: Re: Problem in iterating


i m using that only but the problem is that .

 I have Bean whose setSomething(ArrayList als)  returns ArrayList object
 and inside this arraylist i have no of bean instances which have set and get
methods
 now my problem is how to extract the arraylist from bean and then beans get
ter setter from arraylist to display the values...

 if  anyone has some code to explain then that would be verty much apprecaited

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

                Visit us at http://www.cognizant.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to