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
When it’s useful to use IncludeAction?
What are interceptors in struts 2?
How do u provide security to ur project?(Banking domain project)
What types of validations are available in xml based validation in struts2?
Do I have to credit struts on my own website?
How can we work with error tags?
What do you mean by action errors and what are the results they force?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What is dispatch action class?
What are the steps used to setup dispatch action?
What is the apache struts vulnerability?
How duplicate form submission can be controlled in struts?
What configuration files are used in struts?
What are the features of struts?
In struts, how can we access java beans and their properties?