0 Replies Latest reply on Jun 7, 2007 3:53 PM by y_zl

    Generate 1000 number using facelet

    y_zl

      Hi!,

      I tried to display 1000 numbers in a page under some condition. It seemed c:if and c:forEach did not work well with my condition, so I tried ui:repeat. The problem is I have to hold the 1000 numbers in a arraylist. Anybody knows better solutions that uses less memory?