Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

Can't find bundle for base name messages, locale en_US'

843842Feb 14 2006 — edited Aug 19 2008
When I'm trying to use the following in my JSF, I'm getting
"Can't find bundle for base name messages, locale en_US' " error


<h:selectOneMenu id="sourceType" value="#{hubreceivingbean.sourceType}">
<f:selectItems value="#{hubreceivingbean.sourceTypeList}" />
</h:selectOneMenu>

Can some one help me.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 16 2008
Added on Feb 14 2006
7 comments
1,703 views