Hide Forgot
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Users wishing to use Struts 2 Showcase on EAP6 have to override default JSF implementation on EAP6. This can be done by adding following configuration fragment into web.xml configuration file of Struts 2 Showcase example: <context-param> <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name> <param-value>true</param-value> </context-param>
This is a RN issue only, moved to VERIFIED.
This have to stay open, moving to ASSIGNED.
JSF integration works in Struts 2.3.8 Showcase application
I'm sorry, I misunderstood the bug. In Struts 2.3.8, MyFaces jars still need to be included in the application and enabled in web.xml for JSF to work properly.
Keeping as a known issue in RN, will properly document in the next release.
Release note added, see https://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Web_Framework_Kit/2.2/html-single/2.2.0_Release_Notes/index.html.
Release note verified.
Migrated to JIRA as https://issues.jboss.org/browse/WFK2-64