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 filter dispatcher in struts?
How action mapping is configured in Struts?
What is struts and springs in java?
What is the need of struts?
What are the custom tags?
What is ognl?
What does it cost to replace struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the difference between struts and spring?
What is the difference between shocks and struts?
What is action support class in struts2?
Explain about tiles?
How action-mapping tag is used for request forwarding in struts configuration file?
How do you create message resource?
What kind of mvc is struts 2?