Hello!

I want my pages to be .xhtml extension instead of standard jsp. So in my web.xml I use
   <context-param>
       <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
       <param-value>.xhtml</param-value>
   </context-param>

And nothing happened. Files not going through MyFaces precompiler and I getting them as is. Where am I wrong? Or may be this is a bug?

MyFaces RC2 as of 20051009, resin 3.0.14 standalone

With respect,
   Boris

Reply via email to