How to step backwards in JSTL?
649509Aug 20 2010 — edited Aug 23 2010Hi,
I'm using JSTL 1.2 with Tomcat 6.0.26. I want to loop through the current year to 2005, but I discovered that JSTL does not allow step values <=0 in c:forEach tags. Can anyone suggest an alternative that doesn't involve scriptlets?
Thanks, - Dave