On 4/13/06, James Mitchell <[EMAIL PROTECTED]> wrote: > > Yes, I believe things have settled down. Although I'm still working > changes in the struts-scripting webapp. > > The error I was getting when deploying the faces-example1 app was: > javax.faces.FacesException: Undefined component type > org.apache.struts.faces.Html
Sounds like a jar file is missing from the webapp ... not all that surprising giving all the changes going on. I'll take a look. I was under the assumption that the struts-faces library only buys > someone partial compatibility. And what they get was only jsf-1.0 > compatible anyway, but I will be happy to be corrected. It buys you either JSF 1.0 or 1.1 or 1.2 ... but, more importantly, it buys you the ability to use the UI components part of JSF even if you don't want to use the controller part. For example, it has full integration with Commons Validator and Tiles, but uses JSF component tags instead of Struts HTML tags. -- > James Mitchell Craig