1.

What Is The Purpose Of Constant Tag In Struts.xml?

Answer»

The CONSTANT tag along with name and VALUE attributes will be used to override any of the following properties defined in default.properties, like we just SET struts.devMode property. Setting struts.devMode property allows us to see more debug MESSAGES in the log file.

The constant tag along with name and value attributes will be used to override any of the following properties defined in default.properties, like we just set struts.devMode property. Setting struts.devMode property allows us to see more debug messages in the log file.



Discussion

No Comment Found