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

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Fri Aug 5 03:50:37 EDT 2011


     [ https://issues.jboss.org/browse/RF-11141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavol Pitonak reassigned RF-11141:
----------------------------------

    Assignee: Jan Papousek  (was: Pavol Pitonak)


> 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) 
>          Components: component-tables
>    Affects Versions: 4.0.0.Final
>            Reporter: Abdulkerim İnanmış
>            Assignee: Jan Papousek
>
> 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