This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Description
The parameter is not passed to h:commandButton defined as composite component.
Please take a look at the example.
1. Deploy the testapp.war
2. Access to http://localhost:8080/testapp/test.xhtml
3. Push the "Hello World" button.
4. You can confirm following output on stdout.
# called initialize()
# called button2() value=
# called initialize()
But, TomEE/MyFaces is able to output "Hello World" as follows.
# called initialize()
# called button2() value=Hello World
# called initialize()
Affected Versions
[2.1.28, 2.2.7]