To debug struts, add the below line in the struts.xml file
Feb 14, 2011 - by kurinchilamp / Java / Post Comment
//struts.xml
<struts>
<constant name="struts.devMode" value="true" />
.....
</struts>
Continue Reading
Netbeans: HTTP Status 404 – There is no Action mapped for namespace / and action name
Feb 13, 2011 - by kurinchilamp / Java / Post Comment
i) Check where struts.xml is defined - Path where the file exists. In netbeans, easy way to do this to add the struts.xml file to package folder.
ii) Check if the correct namespace is added in the struts.xml
iii) Check if the package name is given correctly for the class in execution.
Continue Reading