Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<struts>
    <constant name="os" value="Current OS = ${os.name}"/>


    <constant name="struts.devMode" value="${ENVenv.STRUTS_DEV_MODE:false}"/>
</struts>

...