[ADF] BUG? Key not found in message bundle.
547042Jul 26 2007 — edited Dec 1 2008Hi,
when running a JSF page, I got the following error:
STRINGMANAGER: Key: '<resourceName>' not found in bundle 'viewcontroller.pageDefs.<pageName>PageDefMsgBundle', although the resource is there in the <pageName>PageDefMsgBundle.java source for sure, I checked it (and it was generated automatically). This error disappeared after adding another message to the bundle.
I experienced this with JDeveloper 10.1.3.3.0 after adding a validation rule to a variable. After running the page, filling out an input field so that its value violates the validation rule, and submitting the form, the error message above appeared instead of the validation rule's error message. After adding for example a label to another variable, the error disappeared and the corresponding validation error message appeared.
A bug maybe?
Regards,
Patrik