We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello all,
we are using BootsFaces v0.8.0 and used the provided selectOneMenu.
Since v0.8.0 it should be possible to use the AJAX functionality, but in our case, unfortunately, it does not work as expected.
When the onchange event is triggered we get the error message "Uncaught TypeError: BsF.ajax.callAjax is not a function".
Do you have an idea how this problem could be solved?
Regards, Gerald
The text was updated successfully, but these errors were encountered:
I've tried to understand and reproduce your error, but I failed. Can you send me a JSF file so I can reproduce the bug?
Sorry, something went wrong.
Another idea: chances are I've already fixed the error. Can you try to run your code with BootsFaces-0.8.1-SNAPSHOT? See #151 on how to get it.
Thanks in advance! Stephan
The code works with the BootsFaces-0.8.1-SNAPSHOT. Thank you very much for your efforts.
So let's close the issue :).
stephanrauh
No branches or pull requests
Hello all,
we are using BootsFaces v0.8.0 and used the provided selectOneMenu.
Since v0.8.0 it should be possible to use the AJAX functionality, but in our case, unfortunately, it does not work as expected.
When the onchange event is triggered we get the error message "Uncaught TypeError: BsF.ajax.callAjax is not a function".
Do you have an idea how this problem could be solved?
Regards, Gerald
The text was updated successfully, but these errors were encountered: