Hi all!After migration a application server to 8.5.1 Domino version, a strange problema started to happen. A hidden editable field in a form is not acessible by javascript, the error the “name of field” is null or is not a object, but the field is in html when I generate o source html. The error is itermittent e I can´t simulate in test enviroment. I think that error is happening because the page sometimes is delay to rendering html. The form option Generated html for all fields is enabled. The hidden fiels is located in the bottom form.
Thanks for any help.
Subject: same issue
I have the same issue with some fields that I had programmatically changed from Rich Text to Plain Text. The plain text values look fine in the document. After that, one or two of the four fields on the form fail to render as hidden input tags at the bottom of the html as expected, and are therefore not accessible via JavaScript. I am using 8.5.1 FP3.
Subject: maybe content related
It seems to be based on the content. If I simply blank out the value and resave the document, the field starts to render properly as a hidden input tag after that.