| Author |
Facelets View handler
|
sardar waqas ahmed
Greenhorn
Joined: Oct 19, 2011
Posts: 16
|
|
is it necessary to add following piece of code in faces-cfg.xml file when using jsf2.0
<application>
<!-- Enables Facelets -->
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
|
 |
Carl Manschold
Greenhorn
Joined: Oct 20, 2011
Posts: 6
|
|
|
No, facelets are default in JSF 2
|
 |
sardar waqas ahmed
Greenhorn
Joined: Oct 19, 2011
Posts: 16
|
|
Thanks carl
there is no need to define facelets in jsf 2.0
|
 |
 |
|
|
subject: Facelets View handler
|
|
|