mraible wrote:
I'm trying to integrate JSF into a Struts 2 prototype. AFAICT, I need to add
the struts-jsf-plugin to my pom.xml and add FacesServlet to my web.xml. Are
there any other steps needed?
I'm using Sun's RI since it run's on Tomcat 5.x with JSP 2.0. How do I tell
JSF to use Facelets w/o a faces-config.xml file? Does the plugin only work
with MyFaces + JSP?
The JSF plugin should work with either MyFaces or the RI, and Facelets
should work too. I don't think you can get Facelets configured without
making the usual additions to web.xml and faces-config.xml, though, so
you'll need to do that as normal.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]