Skip Headers
Oracle® Identity Manager Administrative and User Console Customization Guide
Release 9.0
B25943-01
  Go To Documentation Library
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

3 Customizing Text

This section describes how to customize the descriptive text, and labels that appear on the pages of your Oracle Identity Manager Administrative and User Console. This capability offers you the ability to create company-specific:

In addition, this section describes how to edit the error messages that appear under the specific conditions that generate them. This enables you to control the directive instructions provided to users when these conditions occur.

Files to Modify

xlWebApp\WEB-INF\classes\xlWebAdmin.properties

Customizing Descriptive Text and Labels

The text the client displays is contained in the xlWebAdmin.properties file (see the Accessing Administrative and User Console Customization Files section for details on how to access this file). For any label, procedural instruction, error message that you want to edit, it is recommended that you first access the JSP page in which that text appears, reference the property associated with that text, and then lookup that property name in the xlWebAdmin.properties file. The properties that control the text that appears on more than one page (or is associated with multiple functionalities of the product) are listed in one of the GLOBAL sections (for example, GLOBAL messages) of the file. The various properties are also divided by type specific-labels (for example, messages, buttons, labels) to better organize the groups of the properties.The properties that control the text that appears in more limited contexts of the product functionality (for example, create user, self-registration) are listed in sections that are labeled in a function-specific manner (for example, MANAGE USER labels).