I am modifying a database based on the Discussion group database which uses the editor applet to display and accept rich text output/input.
I added a radio button field which refreshes the form when a selection is changed.
When I change the field, the message in the subject appears in the applet’s window.
Anyone come across this?
I found this in IBM’s crummy support site:
http://www-1.ibm.com/support/docview.wss?rs=203&context=SW000&dc=DB510&dc=DB520&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DB530&dc=DA600&dc=DB550&dc=D100&dc=D600&dc=D700&dc=DA500&dc=D200&dc=DA430&dc=DA440&q1=editor+applet+error+reading+field+value&uid=swg27005918&loc=en_US&cs=UTF-8&lang=en
Web Server
AKNX5TXRYL
SPR# AKNX5TXRYL - The error message “ERROR READING FEILD VALUE FOR lnaBody” was displayed when opening a new mail message, using Sun’s 1.3.1 JVM in the editor applet. Note: FEILD is no longer spelled wrong in the error message. These problems have been fixed in 6.0.5 and 6.5.4.
This particular server where the app is hosted is version 6.5.2 which is between 6.0.5 and 6.5.4.
If anyone has any info, I’d appreaciate it if you would share it,
Thanks,
Luc Millette
Subject: ERROR READING FEILD VALUE FOR lnaBody
6.5.2 is not between 6.0.5 and 6.5.4; it’s before both. 6.0.x and 6.5.x are parallel streams.
In any case, the fix list refers to a misspelling of the word FIELD in the error message, not to what the problem was. (Looking up the SPR would have helped there.)
That being said, are you using the native refresh or custom onchange code to refresh the document?
Subject: RE: ERROR READING FEILD VALUE FOR lnaBody
Thanks for replying Stan.
I read the SPR and was aware it was only referring to the FEILD being spelled wrong … but it said all problems relating to this message were fixed with no further details.
I’m using the default refresh from the field … I’ll try to use a custom refresh on the onBlur to see if that works … I’ll report back later today.
Luc
Subject: RE: ERROR READING FEILD VALUE FOR lnaBody
Well a custom _doClick seems to have fixed my problem. Thanks Stan 
Luc
Subject: RE: ERROR READING FEILD VALUE FOR lnaBody
Hi Luc,
I’m having the same issues, can’t get rid of the error. Would you be willing to share your _doClick code? (we are still on 6.5.1, but I understand the upgrade doesn’t fix it anyway)
Thanks,
Vic