Hi
Checking some stuff related to the spec, I notice in ViewHandler the
following constant was updated:
public static final String DEFAULT_SUFFIX = ".xhtml .view.xml .jsp";
but this one was not updated:
public static final String DEFAULT_FACELETS_SUFFIX = ".xhtml";
shouldn't this one say this?
public static final String DEFAULT_FACELETS_SUFFIX = ".xhtml .view.xml";
best regards,
Leonardo Uribe