hi!
remember that context-param (org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL) need be placed on
top into <web-app> tag.
| <?xml version="1.0" ?>
| <web-app
xmlns="http://java.sun.com/xml/ns/j2ee"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
| version="2.4">
|
| <context-param>
|
<param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
| <param-value>true</param-value>
| </context-param>
|
| ...
|
|
regards,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147333#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...