[richfaces-issues] [JBoss JIRA] Created: (RF-11141) rich:column header does't display when it has a rendered condition.

Abdulkerim İnanmış (JIRA) jira-events at lists.jboss.org
Fri Jul 22 17:19:23 EDT 2011


rich:column header does't display when it has a rendered condition.
-------------------------------------------------------------------

                 Key: RF-11141
                 URL: https://issues.jboss.org/browse/RF-11141
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Abdulkerim İnanmış


I am using richfaces 4 and jsf 2. My datatable column header does't display when I give a rendered condition as below.

  My code part is below.

     

     

                    <rich:dataTable value="#{myBean.gelenIstekler}" var="istek">

                        <rich:column rendered="#{istek.durum=='BEKLEMEDE'}">

                            <f:facet name="header">Yanıt</f:facet>

                            <h:commandLink value="Evet"

                                action="#{myBean.setEvet(istek)}">

                                <f:ajax render="@form"></f:ajax>

                            </h:commandLink>

                            <h:commandLink value="Hayır"

                                action="#{myBean.setHayir(istek)}"

                                style="margin-left:5px;">

                                <f:ajax render="@form"></f:ajax>

                            </h:commandLink>

                        </rich:column>

                    </rich:dataTable>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list