Currently JSF, Struts and Tiles cannot work together out of the box. Craig McClanahan has come up with Struts-Faces which lets you integrate Struts and JSF. This is ideal for projects who want to protect their code investment in Struts and also want to take advantage of JSF once it is final.
Unfortunately if you are also using Tiles, this is not possible because of some showstoppers on your way. I started on this venture a while back and ran into the same problems and decided to write some code - on top of Struts-Faces and was pretty successful. I am sharing this knowledge with the rest of you with this article of mine on IBM developerWorks http://www-106.ibm.com/developerworks/library/j-integrate/ This article covers the steps to integrate the three and provides complete source code and also a working example. Hope you will find the article and the code useful. If you are in a hurry, just grab the code and use it. If you like the approach (or portions of it) taken to address the integration problem, then would anybody be interested in adding/merging this code to Struts/Struts-Faces CVS? Thanks, Srikanth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

