This content has been marked as final.
Show 3 replies
-
2. Re: Jboss4.3 and jsf 2.0
tamizharasi.periyasamy May 25, 2011 6:05 AM (in response to jaikiran)Hi,
Thanks for your reply. After moving the new jsf jars also I am getting deployment exception .
It would be great if you provide the solution for the above issue.
-
3. Re: Jboss4.3 and jsf 2.0
tamizharasi.periyasamy Jul 7, 2011 11:47 PM (in response to tamizharasi.periyasamy)I Solved the issue by placing the following entry in web.xml
<
context-param>
<param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
<param-value>true</param-value>
</context-param>