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

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Tue Jan 13 08:19:04 EST 2009


extendedDataTable: JS error appears when visible="false" for any component column.
----------------------------------------------------------------------------------

                 Key: RF-5707
                 URL: https://jira.jboss.org/jira/browse/RF-5707
             Project: RichFaces
          Issue Type: Bug
    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
            Assignee: Nick Belaevski
            Priority: Optional


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.


-- 
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