Conway. Fintan (IT Solutions) wrote:
Hello!

Tried without success. Getting exception of javax.faces.FacesException: Default suffix must start with a dot!

Hi Boris,

Have you tried using 'xhtml' instead of '.xhtml' (notice no '.') in the
<param-value>?  Just a guess

Fintan

-----Original Message-----
From: Boris Kovalenko [mailto:[EMAIL PROTECTED] Sent: 14 October 2005 06:55
To: MyFaces Discussion
Subject: What am I doing wrong with DEFAULT_SUFFIX?


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
Regards,
   Boris

Reply via email to