I am trying to make ajax call from a div using dojo plugins in struts2. I am using the following jars: struts2-core-2.1.8.1.jar
struts2-dojo-plugin-2.1.8.1.jar
I have the following
jsp:
But I am getting the following exception:
I have proper struts.xml and action defined. Same is working if I am not using ajax.Can some one please help me out here.
Please also give me an example how to use ajax from a div using struts2 dojo plugin. I want to replace the div with the result jsp on submit using ajax.
Thanks in advance.