Please explain the following lines that came from index.jsp of the struts
example app.  Specifically what is it checking?  Is it
ApplicationResources.properties?

<logic:notPresent name="org.apache.struts.action.MESSAGE"
scope="application">
  <font color="red">
    ERROR:  Application resources not loaded -- check servlet container
    logs for error messages.
  </font>
</logic:notPresent>

Thanks,

Thinh

Reply via email to