[richfaces-issues] [JBoss JIRA] Created: (RF-8743) Unspecified Javascript error for rich:scrollableDataTable on ie8

Atish Sarda (JIRA) jira-events at lists.jboss.org
Tue Jun 8 08:40:38 EDT 2010


Unspecified Javascript error for rich:scrollableDataTable on ie8
----------------------------------------------------------------

                 Key: RF-8743
                 URL: https://jira.jboss.org/browse/RF-8743
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Atish Sarda
            Priority: Blocker


hi All,

I am getting javascript error on IE8 on rendering rich:scrollableDataTable on click of refresh button.This worksfirn on mozilla and chrome.

Here is my xhtml code:

<a4j:form id="previewMappingForm">
 <a4j:outputPanel id="previewMappingForm">
<h:panelGroup style="margin-right: 50px;" layout="block">
<fieldset class="csFieldset"><legend
class="csFieldsetLegend"> <h:outputText value="Preview" />
</legend> <h:panelGrid columns="2" styleClass="csList">
<h:panelGroup>
<rich:scrollableDataTable id="previewMappedDataTable" var="cst"
value="#{bulkRegistrationController.importFileRecords}"
height="200px" width="1100px" sortMode="single"
binding="#{previewMappedDataTable}">

<rich:columns
id="#{column.bulkRegistrationMetadataColumnId.columnName}"
sortable="true"
value="#{bulkRegistrationController.previewMappedHeaderList}"
var="column" index="ind" width="100px"
sortBy="#{cst[column.bulkRegistrationMetadataColumnId.columnName]}">
<f:facet name="header">
<h:outputText
value="#{column.bulkRegistrationMetadataColumnId.columnDesc}" />
</f:facet>
<h:outputText
value="#{cst[column.bulkRegistrationMetadataColumnId.columnName]}" />
</rich:columns>
</rich:scrollableDataTable>
</h:panelGroup>
<h:panelGroup>
<h:panelGrid columns="1" styleClass="csListButtons">
<a4j:commandButton value="Refresh" status="waitStatus"
id="refreshButton" styleClass="csListButton"
reRender="previewMappingForm"
action="#{bulkRegistrationController.previewMapping()}" />
</h:panelGrid>
</h:panelGroup>
</h:panelGrid></fieldset>
</h:panelGroup>
</a4j:outputPanel>
</a4j:form>

Am I missing somethin here?

Thanks in advance.


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

        


More information about the richfaces-issues mailing list