Unless I'm missing something big, the struts-faces library doesn't address the concern I was talking about. Struts-faces allows a jsp page that uses JSF components to post back to a Struts Action, and it allows events from JSF components to be handled by Struts actions (albeit very awkwardly, since I think you have to use JSF components from the struts-faces library).
I've looked at the code for Struts-faces several times, (as documentation seems pretty scarce) and it seems to me like its scope is pretty limited. That's why I'm looking at other options for integration. -----David Bowers <vivelafrique <at> gmail.com> wrote: ----- > I'm trying to figure out a good way to start migrating from struts to JSF > (w/o Shale at this point). Hi David, have you looked at the struts-faces integration library? I believe the intention for that library was to do just what you propose: http://www-128.ibm.com/developerworks/java/library/j-integrate/ Regards, Geeta