Hi,

We are trying to port our web application to Seam.

We want to use Facelets to newly developed pages and port the existed  JSP 
pages to Facelets in the future.

I replace javax.faces.DEFAULT_SUFFIX in context-param with 
facelets.VIEW_MAPPINGS:

  |     <context-param>
  |         <param-name>facelets.VIEW_MAPPINGS</param-name>
  |         <param-value>*.xhtml</param-value>
  |     </context-param>
  | 
 but the sample application won't work.

Could anyone kindly tell me if it is possible or how to do it?

Thanks for your help very much!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955849#3955849

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955849

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to