...
Code Block | ||||
---|---|---|---|---|
| ||||
<struts> <constant name="os" value="Current OS = ${os.name}"/> <constant name="struts.devMode" value="${ENVenv.STRUTS_DEV_MODE:false}"/> </struts> |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
<struts> <constant name="os" value="Current OS = ${os.name}"/> <constant name="struts.devMode" value="${ENVenv.STRUTS_DEV_MODE:false}"/> </struts> |
...