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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of @before annotation?

1068


How is forward action used for integration?

1078


How can we group related actions in one group in Struts?

1027


When should we use SwtichAction?

1119


Why we use struts in java?

982


What are the main classes which are used in struts application?

1025


Is struts compatible with other java technologies?

1009


Explain about how requests from the client are sent?

1088


What is s token?

1043


How are interceptors and servlet filters different?

1047


Why is action servlet a singleton in struts?

1144


Briefly tell the two kinds of form beans.

1027


What is the purpose of @conversion?

1213


How does struts2 token work?

1024


Explain the core end goal while using java struts?

992