-
Notifications
You must be signed in to change notification settings - Fork 102
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> action doesn't fire managed bean function #206
Comments
At first glance, your code looks good. However, we've taken a new approach to AJAX with BootsFaces 0.8.0, which will be released soon. See http://bootsfaces.net/Staging/forms/ajax.jsf. |
Yeah, it seems the problem arises when AJAX attributes "ajax" and/or "update" are used.
|
Omitting |
I didn't hear from you, so I consider this issue fixed (in the upcoming version 0.8.0 of BootsFaces). Please reopen the issue if the problem persists with the new version. |
I've got a command button defined as follows:
When clicked, the button does not fire the server side "updateSettings" function of my managed bean "ManagerManagedBean". I am under 0.7.0 version - any idea why it doesn't work as it does with primefaces?
Cheers.
The text was updated successfully, but these errors were encountered: