[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: The JSF library situation in JBoss explained (it's calle
rafaelcba
do-not-reply at jboss.com
Mon Apr 28 15:10:19 EDT 2008
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#4147333
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147333
More information about the jboss-user
mailing list