[richfaces-issues] [JBoss JIRA] Created: (RF-6040) Columns: component does not work without value attribute defined

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Fri Feb 6 04:57:44 EST 2009


Columns: component does not work without value attribute defined
----------------------------------------------------------------

                 Key: RF-6040
                 URL: https://jira.jboss.org/jira/browse/RF-6040
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: RF 3.3.0 
Facelets
            Reporter: Andrei Markavtsov
            Assignee: Andrei Markavtsov
            Priority: Critical


<rich:dataTable value="#{bean.rows}" var="row">
        		<rich:columns begin="0" end="3" index="index">
            		<h:outputText value="#{row.values[index]}" />
        		</rich:columns>
</rich:dataTable>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list