-
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:command button does not work in datatable. #486
Comments
For some reason, every button has the same |
Turns out, it's a weird caching problem. |
I've uploaded a developer snapshot fixing the bug to Maven Central. See #369 on how to get it. Note that I didn't fix every bug yet. If you use input fields in your dataTable, you'll want to replace To dos left before we can close the issue:
|
Finished the last remaining bugs, added a demo to the sneak preview showcase (http://www3.bootsfaces.net/Showcase/forms/DataTable.jsf) and uploaded a new developer preview version of BootsFaces to Maven Central. |
When click the button in datatable, refresh the page and not execute method action.
Below my code :
The text was updated successfully, but these errors were encountered: