3 Replies Latest reply on May 7, 2008 6:51 AM by dwsmith75

    FOR loop generating numbers or letters

    canon

      I want to generate links on a webpage having this pattern:
      http://localhost/products/a/
      http://localhost/products/b/
      ...
      http://localhost/products/z/


      With JSP, I would solve this using scriptlets and loop over A to Z.


      But now I'm using JFS, Facelets and ofcourse Seam.


      What's a nice solution to solve this problem without having to hardcode manually all the links on my webpage?