Fixed typo in faces-config.xml (old class name for resource handler)
parent
1d399a299b
commit
d1f7d01c76
|
|
@ -5,6 +5,6 @@
|
||||||
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
|
||||||
http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
|
http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
|
||||||
<application>
|
<application>
|
||||||
<resource-handler>org.libreccm.ui.CcmFaceletsResourceHandler</resource-handler>
|
<resource-handler>org.libreccm.mvc.facelets.CcmViewResourceHandler</resource-handler>
|
||||||
</application>
|
</application>
|
||||||
</faces-config>
|
</faces-config>
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ import javax.inject.Inject;
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* <application>
|
* <application>
|
||||||
&tl;resource-handler>org.libreccm.ui.CcmFaceletsResourceHandler</resource-handler>
|
&tl;resource-handler>org.libreccm.mvc.facelets.CcmViewResourceHandler</resource-handler>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
* {@code faces-config.xml}:
|
* {@code faces-config.xml}:
|
||||||
* <pre>
|
* <pre>
|
||||||
* <application>
|
* <application>
|
||||||
* &tl;resource-handler>org.libreccm.ui.CcmFaceletsResourceHandler</resource-handler>
|
* &tl;resource-handler>org.libreccm.mvc.facelets.CcmViewResourceHandler</resource-handler>
|
||||||
* </application>
|
* </application>
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue