i have list of values(e.g 100).
using logic:iterate, how can i print the multiples of 5th
element?
how the logic:iterate will understand the multiples of 5.
Answer Posted / sharmila
You can try "indexId" param in the logic:iterate
It will give us the index value. So, inside the loop, you
can check if index value is multiple of 5 then only show the
record from the bean.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Explain struts.devmode?
What is apache struts cve 2017 5638?
What applications use apache struts?
What does the term struts mean?
How struts2 supports internationalization?
What is the purpose of struts.properties in struct2?
What is the purpose of @createifnull annotation annotation?
How many struts config file can be created in struts?
How can you create your custom interceptor in struts 2?
How do I access token?
Who wrote struts?
What is http forward?
What is the default suffix for Struts2 action URI and how can we change it?
How can we display validation errors on jsp page?
How do I install struts?