1. |
2. JSF_Facelets: using |
3. How to programmatically create an |
4. Accessing Resource bundle from Facelets UI coderanch.comHi, What is the best way to access the resource bundle from UI. Currently, I am currently using variable resolver to access the keys (which resides in resource bundle) from the facelets. Is this the correct way or do I need to load the resource bundle into my facelets page and use it across all the pages? Please advice. Thanks, Kumar ... |
5. JSF Facelets ui:param coderanch.comFirst off, don't treat the View as though it was a program. That is, remove the (JSTL) logic. JSF views are supposed to be 2-dimensional maps, not linear constructs. Besides, JSTL and JSF don't play all that well together - they're really designed for 2 different concepts. Normally, you'd use a JSF datatable for a variable-size multi-row display. JSF pages are ... |
6. ui:repeate facelets not processing coderanch.com |