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 action chaining ?
What is struts-default package and what are it’s benefits?
State an example of struts configuration file as an action parameter for action servlet.
In struts, how can we access java beans and their properties?
What is structs 2 validation framework?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is the difference between forwardaction and includeaction?
Explain about how requests from the client are sent?
For a single Struts application, can we have multiple struts-config.xml files?
What is the difference between struts and spring?
How can we work with error tags?
What are the steps involved in creating a strut application?
How you will make available any message resources definitions file to the struts framework environment?
How does struts2 token work?
Difference between struts and spring?