Skip to content Skip to sidebar Skip to footer

No Issue Is Shown But Does Not Work - Dwr

Hi all i am using dwr to handle ajax calls in java-servlet, this is what is my dwr.xml,

Solution 1:

1.check the dwr path

if you are going to have the view files inside WEB-INF than

<scriptsrc='dwr/engine.js'></script><scriptsrc='dwr/util.js'></script><scriptsrc='dwr/interface/TempCardServlet.js'></script>

Refering this way will work.if not you have to give proper path like the below

<scriptsrc='../dwr/engine.js'></script><scriptsrc='../dwr/util.js'></script><scriptsrc='../dwr/interface/TempCardServlet.js'></script>

Post a Comment for "No Issue Is Shown But Does Not Work - Dwr"