I’m obliged to work by Struts2.1.6. I downloaded it from the archive. I need to work by struts2-jquery-plugin and struts2-json-plugin for my project. But I don’t find any plugin of json in the downloaded version. Also, I don’t know which version of jquery plugin would work with struts2.1.6. Thank you a lot in advance!
Share
You’ll need to use the 2.1.6 JSON plugin; you should not mix-and-match official plugins.
I’m not aware of any major S2 version issues with the plugin, although it’s been some time since I’ve used it with that old of an S2 version. The jQuery plugin 2.3 version works with 2.1.8, I’d be a little surprised if it didn’t work with 2.1.6 as well; IIRC it’s just components, etc.
I’d probably just try one of the more recent versions and see if it works. Otherwise consider just writing plain jQuery/JavaScript rather than fighting with an old version of the jQuery plugin.