Prasad Krishnegowda wrote:In your web.xml, if you have mapped *.htm and *.ajax requests to spring dispatcher servlet.. In the dispatcher-servlet.xml, you should have specific mapping like, registration.htm and displayDetails.ajax and map those to their corresponding beans, this is what is missing in your configuration file, currently dispatcher-servlet has generic mappings like *.htm, *.ajax..
Prasad Krishnegowda wrote:First, in your web.xml, you have mapped all the .htm requests to spring dispatcher servlet, in webmvc-servlet.xml, you have given *.htm, *.html, *.jsp and *.ajax to localcontroller, there is no way that other requests except *.htm invokes the webmvc-servlet.xml and in webmvc-servlet.xml, you cant have *.htm, you have to be specific..
Mark E Hansen wrote:Same here what? The topic you're posting to was from 2003 and had to do with someone that was not able to upgrade their JVM to the 1.4 level. Are you saying that you're still running on a JVM version < 1.4?
Rather than trying to wake the zombies, perhaps you can just post a new topic with a description of your problem.
David Newton wrote:What plugins do you have installed and active?