ADMIN

The ADMIN element can contain any number of CODETABLE_UPDATE, TAB_CONFIG_UPDATE and RESOURCE_UPDATE elements. The PAGE_ID attribute of these elements specifies the page that will clear the relevant caches whenever its submit action is called.

Figure 1. Admin Section Example
<ADMIN>
  <CODETABLE_UPDATE PAGE_ID="CodeTableAdmin" />
</ADMIN>
  <TAB_CONFIG_UPDATE PAGE_ID="ApplicationConfigAdmin"/>
  <RESOURCE_UPDATE PAGE_ID="publishResourceChanges"/>

Please note: The caches are only cleared for the current instance of the web application. Other instances will have to be restarted to receive the code table updates. This feature applies at development time only.