[richfaces-issues] [JBoss JIRA] Work started: (RF-1790) h:column (rich:column) are not displayed with rich:colums

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Thu Dec 27 04:52:43 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1790?page=all ]

Work on RF-1790 started by Andrei Markavtsov.

> h:column (rich:column) are not displayed with rich:colums
> ---------------------------------------------------------
>
>                 Key: RF-1790
>                 URL: http://jira.jboss.com/jira/browse/RF-1790
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: jsf 1.2
> tomcat 6.0.13
> jsp
> FF
>            Reporter: Aleksej Yanul
>         Assigned To: Andrei Markavtsov
>             Fix For: 3.2.0
>
>
> <rich:dataTable id="columnsID" value="#{columns.data1}" var="d1">
> // ----- It is not displayed with a browser ----
> <h:column><h:outputText value="#{d1.str0}"></h:outputText></h:column>
> <rich:column><h:outputText value="#{d1.str0}"></h:outputText></rich:column>
> // -------------------------------------------------------
> <rich:columns value="#{columns.data2}" var="d2" breakBefore="#{columns.breakBefore}" colspan="#{columns.colspan}"
> columns="#{columns.columns}" index="index" rowspan="#{columns.rowspan}" sortable="#{columns.sortable}" title="#{columns.title}"
> begin="#{columns.begin}" end="100" width="#{columns.width}">
> <h:outputText value="#{d2.str0}"></h:outputText>
> </rich:columns>
> </rich:dataTable>

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

        



More information about the richfaces-issues mailing list