[
http://issues.appfuse.org/browse/APF-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503 ]
Irshad A. Buchh commented on APF-1078:
--------------------------------------
Hi Matt:
1. Repository to be added:
<repository>
<id>JBoss Richfaces</id>
<url>
http://repository.jboss.org/maven2</url>
</repository>
2. Comment out the old ajax4jf:
<!--dependency>
<groupId>net.java.dev.ajax4jsf</groupId>
<artifactId>ajax4jsf</artifactId>
<version>${ajax4jsf.version}</version>
</dependency-->
3. Add RichFaces dependency:
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<version>${richfaces.version}</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
<version>${richfaces.version}</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
<version>${richfaces.version}</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
4. Add the version at the bottom of pom.xml:
<richfaces.version>3.2.0.SR1</richfaces.version>
> JBoss Richfaces integration issue -- clicking add button on users.xhtml does not navigate to userForm.xhtml page.
> ------------------------------------------------------------------------------------------------------------------
>
> Key: APF-1078
> URL:
http://issues.appfuse.org/browse/APF-1078> Project: AppFuse
> Issue Type: Bug
> Components: Web - JSF
> Affects Versions: 2.0.2
> Reporter: Irshad A. Buchh
> Assignee: Matt Raible
> Fix For: 2.1
>
>
> 1. Create JSF basic project.
> 2. Run appfuse:full-source.
> 3. Change pom.xml to add JBoss Richfaces 3.2
> 4. Run mvn jetty:run-war
> The are no startup errors as such, but when u click add button to add more users, it doesn't go to the userForm.xhtml page as it should. The richfaces examples are working fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.appfuse.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]