What belongs in the faces-config.xml file? Just bean and navigation info?

I am looking for detailed information on the faces-config.xml file.

I've used examples up to this point and I was wondering where the documentation for this configuration file was at.

At this point, I know that bean management and navigation information is in this file, but are there other settings?

Thanks,

--Todd

[347 byte] By [jtp512a] at [2007-10-2 17:49:11]
# 1
1.resource bundle>2.convertor ,validator should be registered........
Leo_Leunga at 2007-7-13 19:07:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Leo_Leung:Just to clarify your post, you've added?1. Resource Bundle2. Convertor3. Validator
jtp512a at 2007-7-13 19:07:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
He did not added by itself.They are part of the several tags that you can put in the faces-config.xml.Tag explanation: http://www.horstmann.com/corejsf/faces-config.htmlExamples: http://www.groundside.com/tech/jsf_drilldown/faces-config_xml.html
pringia at 2007-7-13 19:07:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Pringi: The tag explantion information, why isn't that easily found on Sun's web site or document site?This has been the most frustrating part - finding pieces of information here and there... and not in one location.Thanks,--Todd
jtp512a at 2007-7-13 19:07:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
The Sun, Oracle, Microsoft, etc site are badly made.It's better to go to google and find things ;-)
pringia at 2007-7-13 19:07:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...