You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2008/11/06 01:50:44 UTC

[jira] Commented: (TOMAHAWK-1369) Tomahwak 1.1.7's t:dataTable gives me a form.elements[name]=='undefined' when accessing t:commandSortHeader

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645372#action_12645372 ] 

Leonardo Uribe commented on TOMAHAWK-1369:
------------------------------------------

This happens if the datatable is not enclosed on h:form tags.

> Tomahwak 1.1.7's   t:dataTable gives me a form.elements[name]=='undefined' when accessing t:commandSortHeader
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1369
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1369
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>         Environment: Tomcat 6.0
> JSF 1.1
> Tomahawk 1.1.7
> Internet Explorer 
> Windows
>            Reporter: kartvaths
>
> I have an issue when i click a header of a column .
> Code snippet :
> <t:dataTable id="List"
> var="item"
> value="#{controllerBean}"
> styleClass="dataTable" 
> sortColumn="#{controllerBean.sortColumn}" 
> sortAscending="#{controllerBean.ascending}">
> <t:column >
> <f:facet name="header">
> <t:commandSortHeader columnName="fromDt" arrow="true">
> <h:outputText value="From Date" /> </t:commandSortHeader>
> </f:facet>
> <h:outputText value="#{item.fromDt}"/>
> </t:column>
> when I click the From Date  header in my jsp i get the following runtime error, which when i say i want to debug on IE it breaks at this point
> form.elements[name]=='undefined' in the  function oamSetHiddenInput(formname, name, value)
> I think it is a bug, could you guys please help out?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.