We are using richfaces 3.3.3 Final and Tomahawk 1.2.9 without any problems. However, while we originally used a number of t:saveState statements, I'm not really sure how many we're using now.
I wouldn't think you could use ajax4jsf-1.1.1.jar because that would have conflicts with richfaces. A quick survey shows that we don't use t:saveState much anymore as most of what we do is now session-scoped, but there are a couple of pages still using it, and they haven't given us any problems. On Fri, Aug 26, 2011 at 9:18 AM, Georg Füchsle <[email protected]> wrote: > Hallo Users, > > is it impossible to use tomahawk and richfaces in the same app? > > > My situation: > I develop a webapp that uses jsf1.2, facelets, tomahawk and ajax4jsf > that runs on WebSphere6 and JBoss6. > > Now I got a request to deploy to WebSphere7. > I realised, that ajax4jsf-1.1.1.jar mustn't be deployed to a WAS7-app. > (I tried to deploy my app without ajax4jsf.jar and without the > ajax4jsf references in the web.xml - and it could be started well...) > > > Because I had trouble to start WebSphere with the richfaces libraries, > it tried it on JBoss. > > Using the richfaces jars instead of the ajax4jsf.jar, I could start my > app on JBoss. But as soon as I navigated to a site using <t:saveState > it crashed. > I googled and found two articles that make me assume that it is really > impossible to use tomahawk t:saveState and richfaces in the same app: > > > http://community.jboss.org/thread/9694?tstart=0 > https://issues.jboss.org/browse/RF-1519?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel > > > What is the latest news? > > 1. Can I use t:saveState and richfaces a4j: in the same app? And how to to it? > if no: > 2. I really cannot get rid of tomahawk in my app. How can I add some > ajax functionality to my tomahawk app, in a way that keeps it > deployable to new AppServers? > > Thanks in advance, > > gio >

