Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Hai all.What is the use of <logic:iterate>tag in struts
application.

Answers were Sorted based on User's Feedback



Hai all.What is the use of <logic:iterate>tag in struts application...

Answer / shirish

<logic:iterate> tag is used iterate over a collection in a
particular scope. The tag defines scope attribute which
defines the scope where to look for the collection. If not
defined following scopes are searched in order page,
request, session and application. This tag can also be used
to iterate over Maps and arrays.

Is This Answer Correct ?    18 Yes 1 No

Hai all.What is the use of <logic:iterate>tag in struts application...

Answer / naveen kumar t

If we assigned the resultset to any list or collection and
want to dispaly it on jsp this tag more useful

Is This Answer Correct ?    3 Yes 0 No

Hai all.What is the use of <logic:iterate>tag in struts application...

Answer / sai

<logic:iterate> repeats the nested body content of this tag
over a specified collection.
Ex:
<logic:iterate id="customer" name="customers">
<tr>
<td><bean:write name="customer" property="firstname"/></td>
<td><bean:write name="customer" property="lastname"/></td>
<td><bean:write name="customer" property="address"/></td>
</tr>
</logic:iterate>

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Struts Interview Questions

its a ActionForm controller or model?

16 Answers   Patni, TCS, Wipro,


how to write uploadphoto in the insert update delete using struts? write code struts and jsp jdbc

1 Answers  


What are the important methods of actionform?

0 Answers  


If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???

5 Answers   TCS,


What’s the difference between struts and turbine? What’s the difference between struts and espresso?

0 Answers  


How to combine the struts with velocity template?

0 Answers  


How do you convert struts to springs?

0 Answers  


what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?

6 Answers   Wipro,


why do we typecast ActionForm into out plain java bean class in Action class?

5 Answers  


What are the ways in which duplicate form submission can occur?

0 Answers  


Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.

3 Answers   TCS,


Explain about struts relation to html tags?

0 Answers  


Categories