[EMAIL PROTECTED] (Gary VanMatre) wrote on 10/11/2005 04:29:47 PM: > If you are using myfaces runtime, you need to add a preprocess > filter command. The usecase has an example (http://svn.apache. > org/viewcvs.cgi/struts/shale/trunk/use-cases/src/web/WEB-INF/chain- > config.xml?view=markup). This command captures the file suffix > before myfaces changes the viewid suffix.
I had added this one already, noticed it in the example. If you are using only > Clay full html views in your project, you might try changing the > default "javax.faces.DEFAULT_SUFFIX" to "*.html". > This change fixed it for me. I am not sure why because I had already mapping the faces servlet to *.html. Regardless, it works now. Thanks, Gary.