We are developing a struts 2 application, in that we are using dojo ajax theme to save and retrieve data.
This is working for all major browsers except for iE10. In IE10 the ajax request not at all get called.
Its simply showing empty space.
i have tried various combinations for ajax theme, but i could get the desired result!
In our application we are using struts 2.0.14 version
When i seraching for a solution i came across this link
By this, Dojo plugin is deprecated, so there will not be an issue fix for IE-10 and we need to adopt/migrate for some other plugin/framework like struts2-jquery plugin for ie10 usage.
i will work on this and update this answer with my findings/solutions.