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
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Struts
negative index for a indexed property ?
carlos olmos
Greenhorn
Posts: 12
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello:
Have you ever seen a construction like this?
<logic:iterate id="aprov" name="scm" property="vbs[-1].aprVbItem"> <tr> <td ><bean:write name="aprov" property="user.name"/></td> <td ><bean:write name="aprov" property="dataCad.time"/></td> </tr> </logic:iterate>
Any idea of what could it means with vbs[-1] ?
Vbs is an ArrayList of Vballs objects inside scm, and aprVBItem is an ArrayList of Strings inside every Vballs object.
Thanks in advanced...
Carlos Olmos.
Without deviation from the norm, progress is not possible - Zappa. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Nested:iterate
How do i display the values in a table format using logic:iterate
Iterate Hashmap through struts
html:multibox and disabled attribute
Struts 1.1: Need help with logic:iterate and logic:equals tag
More...