just tried removing navigation part of faces-config.xml and it works fine so i guess the issue is in these rules
- Romain 2012/6/7 Romain Manni-Bucau <[email protected]> > can you check the navigation rules please? > > - Romain > > > > 2012/6/6 zeeman <[email protected]> > >> Thanks for your help. >> >> Attached a sample project. It has everything setup. It's based on the JSF >> example from Tomee docs. >> I have setup your Maven Tomee plugin to include needed dependencies. To >> reproduce the issue: >> >> 1- Unzip jsf.zip >> 2- run mvn package where you unzipped the project >> 3- run mvn tomee:run >> 4- go to localhost:8080/calculator.xhtml >> 5- click the add button, it'll start a conversation to redirect to >> result.xhtml >> 6- click on button to end conversation, it should take you back to >> calculator.xhtml. But it stays on the same page. >> >> I also include a static link inside a form post, when click it the same as >> above, it stays on the same page. >> >> Finally, I don't have this part in sample project, but another unusual >> behavior after I migrated the project is that any ajax request causes the >> whole page to be rendered. >> >> Nothing in logs and there is no way to know what's going on. I tested the >> above in Chrome. In IE it does not seem to work well with myFaces, it >> complains about this: >> "no saved view state could be found for the view identifier myfaces" . >> >> http://openejb.979440.n4.nabble.com/file/n4655458/jsf.zip jsf.zip >> >> -- >> View this message in context: >> http://openejb.979440.n4.nabble.com/JSF2-project-migrated-from-Jboss-AS7-to-Tomee-not-working-tp4655453p4655458.html >> Sent from the OpenEJB User mailing list archive at Nabble.com. >> > >
