Hai all.What is the use of <logic:iterate>tag in struts
application.
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of @element annotation annotation?
Is there a particularly good ide to use with struts?
What is the difference between validation.xml and validator-rules.xml files in struts?
Which class is the Front Controller in Struts2?
What are the important methods of actionform?
What is the struts in java?
Why do we need mapdispatchtoprops?
Who wrote struts?
Are struts and shocks the same?
What is the purpose of @beforeresult?
How to convert struts to spring mvc?
how to develop the submit and search operations in single jsp using struts?
How is token generated?
What are the conditions for actionform to work correctly?
Give an example where struts tiles may be used?