I have a .jsp page using jsf myfaces. When I try to open it in IE it
generates the following error message:
Error: Elements is null or not an object. This error is produces from jsf
generated java script and it looks like this:
function clear_innhold_3A_5FidJsp6_3Aform1()
{
clearFormHiddenParams_innhold__idJsp6_form1('innhold:_idJsp6:form1');
}
function clearFormHiddenParams_innhold__idJsp6_form1(currFormName)
{
var f = document.forms['innhold:_idJsp6:form1'];
f.elements['innhold:_idJsp6:form1:_link_hidden_'].value='';
f.elements['innhold:_idJsp6:form1:_idcl'].value='';
f.target='';
}
This script is generated from a <h:commandButton tag.
Any suggestions is very much appreciated.
--
View this message in context:
http://www.nabble.com/Elements-is-null-or-not-an-object-tp21954235p21954235.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.