JBoss Community

Can't get JSF to run on JBoss

new comment by Manish Prajapati View all comments on this document

hi,

 

few questions ??

 

are you using maven ???

 

if yes then dependency you are using from jboss only like this :-

 

<dependency>

                              <groupId>org.jboss.spec.javax.faces</groupId>

                              <artifactId>jboss-jsf-api_2.1_spec</artifactId>

                              <scope>provided</scope>

                    </dependency>

????

 

thanks