I am wondering how easy it would be to setup an application that uses both JSF and Struts. If I'm not interested in having either framework communicate with each other, do I even need struts-faces?

In other words if I want part of the application to use '.faces' and be handled exclusively by JSF and other parts to be '.do' and be handled exclusively by Struts. Assume that the JSF has no need for tiles or struts validation. Is this just a matter of adding the servlet mapping for faces to the web.xml? Can struts and JSF coexist without faces-jar in this simple case?

sean


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to