I create a GAE application and included the Struts2 Framework using Intellij Ultimate. Intellij downloaded the dependencies and everything worked ok. I now need to add the struts2-json-plugin-2.3.12.jar to use within my app because intellij didn't download it as one of struts2 dependencies. I copy the jar to my projects lib folder and then navigate to file > project structure > struts2 > edit > and add the jar. The problem I am having is that when I go to my struts.xml file and add extends="json-default" I'm getting:
Cannot result Struts Package 'json-default'
How can I fix this problem?
I create a GAE application and included the Struts2 Framework using Intellij Ultimate. Intellij downloaded the dependencies and everything worked ok. I now need to add the struts2-json-plugin-2.3.12.jar to use within my app because intellij didn't download it as one of struts2 dependencies. I copy the jar to my projects lib folder and then navigate to file > project structure > struts2 > edit > and add the jar. The problem I am having is that when I go to my struts.xml file and add extends="json-default" I'm getting:
Cannot result Struts Package 'json-default'
How can I fix this problem?
Jars in my lib folder: