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

Immediate attribute does not work with most AJAX components #663

Closed
stephanrauh opened this issue Mar 22, 2017 · 1 comment
Closed

Immediate attribute does not work with most AJAX components #663

stephanrauh opened this issue Mar 22, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@stephanrauh
Copy link
Collaborator

By default, the immediate attribute only works with components deriving from UICommand. We can fix this by simply adding the IImmediate interface to the "implements" section of the component.

image

@stephanrauh
Copy link
Collaborator Author

Done. I've removed the IImmediate interface again because it's already covered by IAjaxComponent.

@stephanrauh stephanrauh added this to To review in BootsFaces v1.1.0 Mar 25, 2017
@stephanrauh stephanrauh moved this from To review to DONE in BootsFaces v1.1.0 Mar 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

1 participant