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
Does apache struts run on windows?
Is struts 1 still supported?
Does struts include its own unit tests?
What is the purpose of global-forwards tag in struct-config.xml?
How to explain Software Bank Loan descriptions
Why are frameworks used?
What are the components of struts framework?
How you will enable front-end validation based on the xml in validation.xml?
How does interceptor work in struts2?
How to use forward action to restrict a strut application to mvc?
What do struts do?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is the purpose of @emailvalidator annotation?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is java struts?