You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Roman Nikiforov <rn...@gmx.net> on 2006/06/27 11:15:07 UTC

IE JavaScript error

Hi,
I'm using MyFaces 1.1.3 & Tomahauk 1.1.2. My jsf works fine on Firefox, 
but on IE I'm getting JavaScript errors like "'elements' is null or not 
an object". In generated source code it's a
function clear_pr_3A_5FidJsp40() {
  var f=document.forms['pr:_idJsp40'];
  f.elements['pr:_idJsp40:_link_hidden_'].value='';
  ...
}

After click on OK button all works, but this error message is annoying. 
Had anybody this bug fixed?
Regards,
Roman