Using f:loadbundle when using jsp as the view description language for an JSF application is pretty straight forward.
I want to know where to put this f:loadbundle when i am using facelets
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Except from the way the taglibs are declared, it’s really not different from JSP.
This also applies to all other tags/components. The only major difference is that you need to declare the taglib in a XML namespace instead of an old fashioned JSP
<%@taglib %>thingy.