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
Difference between struts and spring? Or why use spring, if you are already using struts?
What are the steps required for setting up validator framework in struts?
Give an example of validates method used to avoid errors.
What is action support class in struts2?
What do you mean by actionservlet?
What is the purpose of @key?
Are interceptors and filters different?
What is the purpose of @typeconversion annotation annotation?
Where can I get help with struts?
Are struts still used?
Where can I get a copy of struts?
How to combine the struts with velocity template?
Why it called struts?
What are action errors?
What does it cost to replace struts?