Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[ADF] BUG? Key not found in message bundle.

547042Jul 26 2007 — edited Dec 1 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2008
Added on Jul 26 2007
6 comments
925 views