1 Reply Latest reply on Dec 10, 2007 4:07 AM by marx3

    column repeating

    marx3

      Hello
      I would like to make table with dynamic number of column. I've tried everything, but the only solution which work is classic html table with <ui:repeat> inside. Hovewer I have problem how to check a iteration number (varStatus).

      Why rich columns doesn't work with ui:repeat?
      Why they doesn't work with a4j:repeat?
      Why they doesn't work even with c:forEach?
      Why there is no documentaion for a4j:repeat on richFaces demo page?
      Why a4j:repeat doesn't have varStatus?
      Why varStatus doesn't work on ui:repeat (seems supported, RHDS suggest it)?

      I don't understand how such a basic feature like dynamic columns doesn't work...