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

multiple instances for action class is it possible

8 Answers   iFlex, ProSoft,


what is purpose cvs and vss in eclipse?

2 Answers  


What is the purpose of @conversion?

0 Answers  


How to carryout the validations in struts if the validator frame work cant handle the validation

2 Answers   Syntel,


List some bundled validators?

0 Answers  






What is discontinuous strut?

0 Answers  


What is struts validator framework?

0 Answers  


Difference between struts1.2 and struts2.0?

3 Answers   Bank Of America, HCL, Value Labs,


what is diffrence between Dynaactionform,actionform and Dynavalidateform

8 Answers   TCS,


What do you mean by tiles in struts?

0 Answers  


What is spring and struts in java?

0 Answers  


What is the purpose of redirect result type?

0 Answers  


Categories