How to create templates in primefaces mobile, since the root tag is f:view, and not the html.
Share
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.
The XML root element doesn’t matter. It merely holds the XML name space declarations. The key is that you should have a
<f:view renderKitId="PRIMEFACES_MOBILE">in the master template. So the following kickoff example of the master template should work as good:Template client looks just the same as usual: