Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Struts
Need Help with loops
Preetish Madalia
Ranch Hand
Posts: 37
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I need to create a for loop in
struts
using logic:iterate for
for(int i=0; i< maxVal ;i++){
}
maxVal is also an int.
How to do this??
Thanks in advance.
Merrill Higginson
Ranch Hand
Posts: 4864
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Sorry, the logic:iterate tag won't do this type of loop. I'd suggest you use the c:forEach tag instead.
Merrill
Consultant,
Sima Solutions
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Can't accept parameters from an applet
instanceOf(.) question
how to insert multiple value in database
One DIM array ??? continued
Array index out of bounds error
More...