Tomcat « Facelets « JSF Q&A





1. JSF with facelets in Tomcat7    stackoverflow.com

I am trying to deploy a JSF 2.0 application with Facelets 1.1.14 to Tomcat7. I am getting the following exceptions:

INFO: Initializing Mojarra 2.0.0 (FCS b23) for context '/AdminUI'

3 Aug, 2011 ...

2. Changes in .xhtml file not reflected in browser, restart and build needed    stackoverflow.com

If I make changes in my .xhtml file, the changes are not getting reflected on the screen in my browser. To get it to work, I have to restart the server ...

3. JSF 2 EL function with Tomcat 6.0.x and EL 2.2    stackoverflow.com

There are important parts of my JSF 2.0 application: functions.taglib.xml:

<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
<facelet-taglib xmlns="http://java.sun.com/JSF/Facelet">
    <namespace>http://marius/components</namespace>
    <function>
    ...