-
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:datatable sending null for onselect ajax call - Internet Explorer 11 #878
Comments
I have the same issue. This has been open for a little over a year and I don't see any updates. Is anyone looking into this? @stephanrauh I noticed you are active in the issues tab and I thought maybe this is something worth looking into. |
@stephanrauh requested I open an issue, but since this issue already exists, I figured I should post it as a comment in here instead of opening another issue ticket for the same thing. This is posted on StackOverflow - Getting a null value passed to a Java function via BootsFaces datatable. I am trying to create a modal to send user-selected requests to an email address; however, I am having trouble getting the user-selected requests. I keep getting the null value passed through Versions:
MCVE of thisThing.xhtml:
MCVE of fooBean.java:
I found when I debug through the
Snapshot:How do I pass |
Any updates to this issue? I am experiencing similar problem on IE 11 |
only paramter indexes is divergent |
@kd-apzumi can you check if my fix is also working in your application? |
@geopossachs I have used a similar approach you have posted. Indexes are passed correctly from the client side. I removed square brackets and then basing on given indexes I were able to properly set selected item/items. But this approach is rather hacky. I am curious why only on IE the object is not passed, but is null. When I debugged it looks like data attribute in event is null. |
@kd-apzumi I have a new idea, I use a regex to split the different entries and only use the first index |
I have a datatable that sends null to the MyBean.doSelect(MyObj obj) when I use Internet Explorer 11. It works fine for Chrome and Firefox. I am using BootsFaces 1.2.0 latest snapshot
The text was updated successfully, but these errors were encountered: