You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Nicola Benaglia <ni...@gmail.com> on 2007/06/18 16:36:08 UTC

Javascript error on IE (_link_hidden)

Hi,
only on IE I am getting javascript error box:

    elements.form_name._link_hidden is null or not an object.

I just downloaded Tomahawk-1.1.6
But I still get the error.

The problem is cause by the following code:

<h:form>
	<h:dataTable>
              ...
        </h:dataTable>
</h:form>

I need to submit some ID retrieved from a just build table.

Someone has had the same problem?

Thank you,
Nicola