Search code examples
ajaxstruts2dojointernet-explorer-10

Struts2 ajax theme not working for in IE10


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


Solution

  • When i seraching for a solution i came across this link

    https://issues.apache.org/jira/browse/WW-3969?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab

    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.