[richfaces-issues] [JBoss JIRA] (RF-5707) extendedDataTable: JS error appears when visible="false" for any component column.

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Dec 7 15:49:17 EST 2012


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

Brian Leathem updated RF-5707:
------------------------------

    Description: 
Place rich:column with visible="false" inside extendedDataTable:
{code:title=(test-application/jsp)}
<rich:column id="admissionDate" headerClass="dataTableHeader" visible="fasle"
			width="25%" label="Admission date" sortable="true"
			sortBy="#{patient.admissionDate}">
			<f:facet name="header">
				<h:outputText value="Admission date" />
			</f:facet>
			<h:outputText value="#{patient.admissionDate}" />
		</rich:column>
{code}

For more info see attached screenshot with js error.



  was:
Place rich:column with visible="false" inside extendedDataTable:
<rich:column id="admissionDate" headerClass="dataTableHeader" visible="fasle"
			width="25%" label="Admission date" sortable="true"
			sortBy="#{patient.admissionDate}">
			<f:facet name="header">
				<h:outputText value="Admission date" />
			</f:facet>
			<h:outputText value="#{patient.admissionDate}" />
		</rich:column>(test-application/jsp)
For more info see attached screenshot with js error.



    
> extendedDataTable: JS error appears when visible="false" for any component column.
> ----------------------------------------------------------------------------------
>
>                 Key: RF-5707
>                 URL: https://issues.jboss.org/browse/RF-5707
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.0
>         Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.GA)
>            Reporter: Mikhail Vitenkov
>            Priority: Optional
>             Fix For: 3.Future
>
>         Attachments: edtVisible.png
>
>
> Place rich:column with visible="false" inside extendedDataTable:
> {code:title=(test-application/jsp)}
> <rich:column id="admissionDate" headerClass="dataTableHeader" visible="fasle"
> 			width="25%" label="Admission date" sortable="true"
> 			sortBy="#{patient.admissionDate}">
> 			<f:facet name="header">
> 				<h:outputText value="Admission date" />
> 			</f:facet>
> 			<h:outputText value="#{patient.admissionDate}" />
> 		</rich:column>
> {code}
> For more info see attached screenshot with js error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list