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

[PORT 2.2]The parameter is not passed to h:commandButton defined as composite component #4103

@javaserverfaces

Description

@javaserverfaces

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]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions