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
What is the purpose of @result?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What are the two types of validations supported by validator framework?
What do you mean by the abstract package in struts2, and what is its utilization?
What is struts? Explain
What is actioncontext?
What are the major differences between html tags and strut specific html tags?
What is the purpose of @element annotation annotation?
What is ognl?
What do you mean by struts.dev mode?
Is struts mvc framework?
Explain about the validation steps which have to be carried during validation of client-side address?
What are the classes used in struts?
What are the some useful annotations introduced in struts2?
What is the design role played by struts?