InterviewSolution
Saved Bookmarks
| 1. |
What are facelet JSF tags? |
|
Answer» JSF PROVIDES special tags in order to CREATE a standard layout of a web application called Facelets tags. These tags provide a flexible approach to manage common parts of the multiple pages in ONE place. You need to make use of the following namespaces in the URL HTML MODE: Xmls- “http://www.w3.org/1999/xhtml.” |
|