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
When should be opt for struts framework?
How do I access token?
How is forward action used for integration?
Which design pattern is implemented by Struts2 interceptors?
How to build struts application in eclipse?
What is the use of struts config xml file?
What are interceptors in struts 2?
Where should struts xml be placed?
how to develop the submit and search operations in single jsp using struts?
What is the configuration files used in struts?
Explain the difference between plain-validator and field-validator in struts?
Is there a particularly good ide to use with struts?
What is the purpose of @doublerangefieldvalidator annotation?
Is struts compatible with other java technologies?
Which model components are supported by Struts?