JSF and XML propertie File instead DOTpropertie File

Hello

I'll would like to load resources in JSF (<f:loadBundle>)

Coming out by a xml File instead a .propertie File.

I've got no problem get resources stored in .properties

I try to change the files. Al I get is a exception throw by

org.apache.myfaces.taglib.core.LoadBundleTag resolveBundle

Resource bundle 'com.webapp.navigation.' could not be found.

Where did I find some information about?

Where is it to configure?

The Servletcontainer is Tomcat.

Thank You

esion

.

[560 byte] By [@esiona] at [2007-11-27 8:55:45]
# 1
Read the javadoc for the ResourceBundle class.
RaymondDeCampoa at 2007-7-12 21:17:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank You,it's realy a good idea to rtfm :-)esion
@esiona at 2007-7-12 21:17:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...