InterviewSolution
Saved Bookmarks
| 1. |
What Are The Main Tags In Jsf? |
|
Answer» JSF application typically uses JSP pages to represent views. JSF provides useful special tags to enhance these views. Each TAG gives rise to an associated component. JSF (Sun IMPLEMENTATION) provides 43 tags in two STANDARD JSF tag libraries: •JSF Core Tags LIBRARY. JSF application typically uses JSP pages to represent views. JSF provides useful special tags to enhance these views. Each tag gives rise to an associated component. JSF (Sun Implementation) provides 43 tags in two standard JSF tag libraries: •JSF Core Tags Library. |
|