jsfc « Facelets « JSF Q&A





1. Why facelets ignore href-attribute of a link when I use ?    stackoverflow.com

I have next facelet composition:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
     ...

2. Should I use Facelets "jsfc" attribute?    stackoverflow.com

Facelets uses the jsfc attribute to convert HTML elements to their associated JSF components. This is rather helpful for fast prototyping as it allows you to create your views using a ...

3. understanding jsfc attribute    stackoverflow.com

I need help with regard to Facelets and specifically the jsfc attribute in HTML tags. I am having difficulty getting understanding if the following will work.

<head jsfc="h:head">
    <ui:insert ...