4 Replies Latest reply on May 10, 2011 10:49 AM by aagenielsen

    NS_ERROR_DOM_SECURITY_ERR in ScrollableDataTable

    treka

      I am using seam 2.2.0GA and have a page with a scrollable data table in it. When viewing this page in firefox (3.5.7) I get the following error:

       

      Error: uncaught exception: [Exception... "Security error"  code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)"  location: "https://localhost/site/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/common-scrollable-data-table.js Line: 34"]

       

      The page has the following code in it (note it doesn't matter if it has content in the body or just the declaration as shown below):

       

          <rich:scrollableDataTable value="#{occurrence.images.actualImages}" var="image" >

          </rich:scrollableDataTable>

       

      This error only appears if the page is secure (scheme="https" in pages.xml). I have also tried Richfaces 3.3.3 BETA1 and get the same error.