Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b:commandButton: immediate doesn't work with AJAX requests #457

Closed
stephanrauh opened this issue Jul 9, 2016 · 2 comments
Closed

b:commandButton: immediate doesn't work with AJAX requests #457

stephanrauh opened this issue Jul 9, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@stephanrauh
Copy link
Collaborator

The immediate flag doesn't work as expected with b:commandButton. After investigating the cause, it turned out that we send events when a command button is clicked, and that we have to set the execution phase depending on the immediate flag. Which is something we don't do yet.

The bug fix is simple enough, but maybe it's better to postpone it to 0.9.2 in order to be able to publish a hot fix release.

@stephanrauh stephanrauh added the bug label Jul 9, 2016
@stephanrauh stephanrauh added this to the v0.9.1 milestone Jul 9, 2016
@stephanrauh stephanrauh self-assigned this Jul 9, 2016
@stephanrauh
Copy link
Collaborator Author

Every AJAX component implementing the ActionSource event is broken. (Other AJAX components don't implement immediate yet).

@stephanrauh
Copy link
Collaborator Author

Added a documentation example to the showcase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant