The styling of Oracle Web Determinations can be customized to suit your needs. Some simple changes can be done by modifying the messages.<locale>.properties file and the appearance.properties file. The default location for these files in a rulebase project is: \Release\web-determinations\WEB-INF\classes\configuration.
For information on more advanced customizations of Web Determinations, see the Oracle Policy Automation Developer Help.
Change the Oracle Web Determinations banner
Configure the Oracle Web Determinations labels
The Web Determinations banner is made up of an Oracle graphic (oralogo_small.gif) and the text "Web Determinations":
This banner can be modified to use a different logo and name.
To replace the Oracle graphic:
TIP: To hide the banner image completely, modify the 'show header image' setting in the appearance.properties file as follows:
show-header-image = false
The "Web Determinations" banner text is defined in the 'application-name' setting in the messages.<locale>.properties file:
To change the text in the banner:
Edit the 'application-name' configuration line, eg
application-name = Income Assistance
TIP: To remove the banner text completely (eg if your image/logo contains the necessary text), modify the 'show application name' setting in the appearance.properties file as follows:
show-application-name = false
The label text of all links and buttons (eg Save As, Load, Restart, Close, Yes, No, Submit, Add Instance, [Why?]) in Oracle Web Determinations can be modified in the messages.<locale>.properties file. For example:
Here the out-of-the-box label text for the boolean answers "Yes" and "No", has been replaced with "True" and "False" respectively.
To change the text of a label:
Edit the appropriate configuration line for the text, eg
boolean-true = True
boolean-false = False