You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
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()