COMPUTER LANGUAGES HTML,C,C++.JAVA,.NET AND MULTIMEDIA basics and programs click home button
JAVA SERVER FACES ADD JSF CAPABILITY TO PROJECT
Add JSF capability to Project
Add the JSF dependencies as shown below.
>dependencies<
>dependency<
>groupId<com.sun.faces>/groupId<
>artifactId<jsf-api>/artifactId<
>version<2.1.7>/version<
>/dependency<
>dependency<
>groupId<com.sun.faces>/groupId<
>artifactId<jsf-impl>/artifactId<
>version<2.1.7>/version<
>/dependency<
>/dependencies<