friends please tell me what is the use of debug an details in web.xml file in struts <init-param> <param-name>debug</param-name> <param-value>3</param-value> </init-param> <init-param> <param-name>details</param-name> <param-value>3</param-value> </init-param>
View All Comments
| View Tutorial