Hide Forgot
Both Struts 1 and Struts 2 sample applications use MyFaces, so the workaround is exactly the same.
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 1 Showcase on JBoss Enterprise Application Platform 6 have to override default JSF implementation. This can be done by adding following configuration fragment into web.xml configuration file of Struts 1 Showcase example: <context-param> <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name> <param-value>true</param-value> </context-param>
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,6 +1,6 @@ -Users wishing to use Struts 1 Showcase on JBoss Enterprise Application Platform 6 have to override default JSF implementation. +The JSF integration in the Struts 2 Showcase application does not work with JBoss Enterprise Application Platform 6. The workaround for this issue is to override default JSF implementation. -This can be done by adding following configuration fragment into web.xml configuration file of Struts 1 Showcase example: +Do this by adding following configuration fragment into web.xml configuration file of your Struts 1 Showcase example: <context-param> <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1,4 @@ -The JSF integration in the Struts 2 Showcase application does not work with JBoss Enterprise Application Platform 6. The workaround for this issue is to override default JSF implementation. +The JSF integration in the Struts 1 Showcase application does not work with JBoss Enterprise Application Platform 6. The workaround for this issue is to override default JSF implementation. Do this by adding following configuration fragment into web.xml configuration file of your Struts 1 Showcase example:
WFK 2 has gone GA and I am wondering if this issue can now be closed? Thanks, Isaac
Release not text will still be valid in 2.1.0, bumping version.
fixing status as this is not fixed and nothing is delivered, it should be ASSIGNED.
@Oliver, please verify if that's still valid with EAP 6.0.1.
This is still valid with EAP 6.0.1
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-63