Hi, 
I have added richfaces to my project. I added this to pom.xml and I have
commented the ajax4jsf to avoid conflicts

<dependency>
      <groupId>org.richfaces.ui</groupId>
      <artifactId>richfaces-ui</artifactId>
      <version>3.3.3.Final</version>
    </dependency>

    <dependency>
      <groupId>org.richfaces.framework</groupId>
      <artifactId>richfaces-impl</artifactId>
      <version>3.3.3.Final</version>
    </dependency>
    
    <dependency>
      <groupId>org.richfaces.framework</groupId>
      <artifactId>richfaces-api</artifactId>
      <version>3.3.3.Final</version>
    </dependency>


Then I made some changes to web.xml

 <!-- <filter>
        <filter-name>ajax4jsf</filter-name>
        <filter-class>org.ajax4jsf.Filter</filter-class>
    </filter>-->
   
 <filter>
        <display-name>RichFaces Filter</display-name>
        <filter-name>richfaces</filter-name>
        <filter-class>org.ajax4jsf.Filter</filter-class>
    </filter>


It works fine, without any exception, but my problem now is that i can't
navigate from let's say users.html to UserForm.html

when I click to the links in the menu it works fine, but it seems that
buttons don't give me the page I want.

Please can someone guess what I should add or comment to any xml file?

Thanks
-- 
View this message in context: 
http://appfuse.547863.n4.nabble.com/appfuse-and-richfaces-can-t-navigate-tp2966578p2966578.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to