1 2 Previous Next 21 Replies Latest reply on Jun 17, 2016 4:30 AM by michpetrov

    No support for <rich:columns> in RF 4.0.0 CR1?

    ahoehn

      Hi

       

      I've got a problem when I try to use the tag <rich:columns> in RF 4.0.0 CR1 the renderer returns the message "<rich:columns> Tag Library supports namespace: http://richfaces.org/rich, but no tag was defined for name: columns"

      Tags like rich:dataTable and rich:column are working, but the columns-iterator not. Has something changed in RF 4 for this tag? Is this tag not anymore supported? (http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_columns.html)

       

      Thanks for your support,

      Adrian

       

       

      <html xmlns="http://www.w3.org/1999/xhtml"

           xmlns:ui="http://java.sun.com/jsf/facelets"

           xmlns:h="http://java.sun.com/jsf/html"

           xmlns:f="http://java.sun.com/jsf/core"

           xmlns:c="http://java.sun.com/jsp/jstl/core"

           xmlns:a4j="http://richfaces.org/a4j"

           xmlns:rich="http://richfaces.org/rich">

      ...

      <rich:dataTable var="row" value="#{data.value}">

            <rich:columns value="#{data.columns}" var="column">

                 <h:outputText value="test" />

             </rich:columns>

      </rich:dataTable>

       

        1 2 Previous Next