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
|
||||
http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
|
||||
<application>
|
||||
<resource-handler>org.libreccm.ui.CcmFaceletsResourceHandler</resource-handler>
|
||||
<resource-handler>org.libreccm.mvc.facelets.CcmViewResourceHandler</resource-handler>
|
||||
</application>
|
||||
</faces-config>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import javax.inject.Inject;
|
|||
*
|
||||
* <pre>
|
||||
* <application>
|
||||
&tl;resource-handler>org.libreccm.ui.CcmFaceletsResourceHandler</resource-handler>
|
||||
&tl;resource-handler>org.libreccm.mvc.facelets.CcmViewResourceHandler</resource-handler>
|
||||
</application>
|
||||
|
||||
* </pre>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
* {@code faces-config.xml}:
|
||||
* <pre>
|
||||
* <application>
|
||||
* &tl;resource-handler>org.libreccm.ui.CcmFaceletsResourceHandler</resource-handler>
|
||||
* &tl;resource-handler>org.libreccm.mvc.facelets.CcmViewResourceHandler</resource-handler>
|
||||
* </application>
|
||||
* </pre>
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue