-
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
Added flag to enable disable IE8 compatibility link #1173
base: master
Are you sure you want to change the base?
Added flag to enable disable IE8 compatibility link #1173
Conversation
hi, i am trying to deploy multiple application in weblogic 14 and InternalIE8CompatiblityLinks is causing issue with that. I have testing all my applications after disabling this listener and it works perfectly fine. I have also another request - i am currently using 1.3.0 and have created a branch 1.3.1 - is there any way that can be approved and published in maven public repo ? Link for version 1.3.1 https://github.com/almubinsultan/BootsFaces-OSP/tree/release-1.3.1 |
Hallo @almubinsultan, BootsFaces-OSP/src/main/java/net/bootsfaces/listeners/InternalIE8CompatiblityLinks.java Line 61 in 4678f40
|
Hi @geopossachs For this UIComponent null is being found for name/library in the method renderComponentResources of below class Which is ending up generating NullPointer in new Weblogic Version 14 inside the call resourceHandler.getRendererTypeForResourceName(name) . Will provide the stacktrace. Disabling this resolves the issue - Also IE8 being so old and out of support i was thinking making it optional would be good too. As many of applications and mine too we dont support these browsers anymore java.lang.NullPointerException |
Hi Do you have any update on this one ? Can you please let me know ? |
We hope to be able to publish a new bug-fix version in October. And I agree we probably don't need to support IE8 in 2021. :) |
Thank you - please let me know if i need to do anything to get this merged and then wait for the bugfix version |
Hi - Any plan on merging and releasing the feature - please let me know if i can be of any assistance. |
I think against the null pointer it should also help if we set the type in the tag to type = "text / javascript" |
I tried my approach, but it didn't help. The question is why is this null pointer coming? |
@almubinsultan i tried your approach and disabled the InternalIE8CompatiblityLinks.java, but i also get the same message as before. With mojarra only a log message is printed if the mime is null |
Hi - i think this is based on different version of mojarra that this is causing. For my case am getting NPE for IE8 capability inclusion - without it the lib loads fine. the NPE trace java.lang.NullPointerException . |
Hi any update on this? please let me know |
No description provided.