1 Reply Latest reply on Sep 20, 2008 2:53 PM by nbelaevski

    Use of rich:columns as HtmlColumns

    marco.angheben

      Hi all.
      I'm looking for a way to create a custom component using rich:columns object as described at the following link

      http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/columns.html

      but I see there no HtmlColumns class up to version 3.2.2.
      May I wait for a furtherrelease to be able to use the class or should I switch to another way to create my component?
      Thanks in advance.

        • 1. Re: Use of rich:columns as HtmlColumns
          nbelaevski

          Hello,

          rich:columns tag just iterates through collection and creates a proper number of HtmlColumn it is not a component itself, but a tag. That is done so for compatibility with existing data tables external to RichFaces. You can follow the same path.