JBoss Seam and Richfaces
Yesterday I started a small application using JBoss Seam and Richfaces, after some hours fixing configuration issues and incompatibilities I could finally get a simple crud working.
One of the problems that I had while trying to get the application running was a redirect loop when using seam with myfaces tomahawk, once I removed myfaces tomahawk libs and configuration entries in web.xml the error gone.
Now I have another problem related with Richfaces calendar component, the popup button image isn’t displayed and the javascript for calendar component isn’t loaded too.
I still haven’t any success trying to using richfaces components with seam.
January 4th, 2009 | #
Take a look at http://anonsvn.jboss.org/repos/richfaces/trunk/samples/seamIntegration
This is my example for RichFaces – Seam compatibility tests.
January 13th, 2009 | #
I made some changes in web.xml and component.xml, now the javascript files are loaded properly and calendar popup image is correctly displayed, but the javascript code used to initialize calendar component has an annoying error.
January 13th, 2009 | #