Re: Struts with JSF and Tiles error

2010-02-25 Thread Antonio Petrelli
Please ask the Struts Users mailing list: http://struts.apache.org/mail.html However your request to use JSF 2 together with Struts 1.3 and Struts-Faces is likely to fail, since AFAIK Struts-Faces supports only JSF 1. Antonio 2010/2/25 Sekar, Sowmya : > Hi, > I have an existing Struts 1 applicat

Struts with JSF and Tiles error

2010-02-25 Thread Sekar, Sowmya
Hi, I have an existing Struts 1 application with Tiles and JSP. I would like to use JSF 2 components instead of the JSP tags and leave the business logic and actions as is. These are the steps I followed : 1. Copied jsf-impl , jsf-api.jar and struts-faces-1.3.8.jar in my web-inf/lib folde