[ https://issues.apache.org/jira/browse/TOMAHAWK-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650372#action_12650372 ]
Leonardo Uribe commented on TOMAHAWK-1369: ------------------------------------------ I think this is not a bug and this issue should be closed as invalid (t:commandSortHeader needs to submit the form). > 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.