You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Carsten Stiller (JIRA)" <de...@myfaces.apache.org> on 2006/03/09 19:06:39 UTC

[jira] Resolved: (TOMAHAWK-183) : javaScript-Error document.getElementById("jsf_tree_64") has no properties

     [ http://issues.apache.org/jira/browse/TOMAHAWK-183?page=all ]
     
Carsten Stiller resolved TOMAHAWK-183:
--------------------------------------

    Resolution: Invalid

Was caused by some local jar-file-jams. ;-) Works quite well.

> <s:autoUpdateDataTable>: javaScript-Error document.getElementById("jsf_tree_64") has no properties
> --------------------------------------------------------------------------------------------------
>
>          Key: TOMAHAWK-183
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-183
>      Project: MyFaces Tomahawk
>         Type: Bug
>     Versions: 1.1.2-SNAPSHOT
>  Environment: Linux, JBoss 4.0.3, MyFaces build from repository rev. 384165
>     Reporter: Carsten Stiller

>
> <s:autoUpdateDataTable> doesn't work because some javaScript-Elements can be found or are invalid. The problem can also be seen at http://www.irian.at/myfaces-sandbox/autoUpdateDataTable.jsf
> The according part from the sample-page I used: 
> <f:view>
>     <h:panelGroup id="body">
>      <h:form>
>         <s:autoUpdateDataTable id="data1"
>                 styleClass="standardTable"
>                 headerClass="standardTable_Header"
>                 footerClass="standardTable_Header"
>                 rowClasses="standardTable_Row1,standardTable_Row2"
>                 columnClasses="standardTable_Column,standardTable_ColumnCentered,standardTable_Column"
> 		value="#{somewhere.something}" 
> 		var="somvevar" 
>                 preserveDataModel="true"
>                 frequency="5" >
>            <h:column>
>                 <h:outputText value="#{somevar}" />
>            </h:column>
>         </s:autoUpdateDataTable>
>      </h:form>
>     </h:panelGroup>
> </f:view>
> The error on the javaScript-Console is:
> Error: document.getElementById("jsf_tree_64") has no properties
> Source File: http://localhost:8080/myfaces-sandbox/autoUpdateTest.faces
> Line: 63

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