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
How many instances of servlet usually run in a struts application ?
Which configuration files are used in struts?
What is xml based validation in struts2?
State an example of struts configuration file as an action parameter for action servlet.
What are the classes used as part of struts framework ?
What is filter dispatcher in struts?
What is action class? What are the types of action class?
Can we have multiple struts config files in a single web app?
How do you convert struts to springs?
What is the use of form bean in struts?
How do you find the struts version being used in a project?
What is the purpose of action-mappings tag in struct-config.xml?
Is struts efficient?
How tag libraries are defined in Struts?
Can you explain the directory structure for a struts folder in brief ?