Linking to the Front Main Page Linking to a Topic

ADF Rich Client Help Provider 20-3 b. Create a jspx Web page; for some components input, select, etc, where you can find an attribute named helpTopicId, specify the ID you want to display with your OHW-RC instance. 3. Copy the helpsets into a direcotry under your application_rootpublic_ html folder. For example, let’s name this directory helpsets. 4. Set up the adf-settings.xml file. a. Navigate to your applications directory, and look for the .adfMETA-INF directory. Under that directory you can find the adf-settings.xml file. If the .adfMETA-INF directory is not present, create the META-INF directory under the ViewControllersrc directory. b. Enter code into adf-settings.xml; for example: adf-settings xmlns=http:xmlns.oracle.comadfsettings help-provider help-provider-classoracle.help.web.rich.helpProvider.OHWHelpProviderhel p-provider-class property property-nameohwConfigFileURLproperty-name valuehelpsetsohwconfig.xmlvalue property --property property-namegroupproperty-name valuenullvalue property-- property property-namebaseURIproperty-name valuehttp:localhost:8989help-ohw-rcf-context-rootohguidevalue property help-provider adf-settings In this adf-settings.xml file: If you want to use OHW-RC as your help provider, then, in this adf-settings.xml file, the class has to be OHWHelpProvider. Set the ohwConfigFileURL property to point to your helpsetsohwconfig.xml. Noe that you created the helpsets directory in Step 3. 20-4 Oracle Fusion Middleware Developers Guide for Oracle Help The group property specifies the group name which you want to use in the help provider in your ohwconfig.xml file. The baseURI property specifies the server host, the context root, and the OHW-RC servlet instance of the RCF application that you deployed in Step 1.

20.3 Using HelpTopicId Attribute

To associate a help topic with an ADF component, you must assign the help topic’s unique id as the HelpTopicId attribute’s value. The HelpTopicId attribute is available in the Appearance section of Property Inspector. Note: You can also specify ohwConfigURL using the prop system property. For example, in web.xml, the ohwConfigURL would be configured as: param-nameohwConfigFileURLparam-name param-valuefile:{prop}helpohwconfig.xmlparam-value In adf-settings.xml, the ohwConfigURL would be configured as: property property-nameohwConfigFileURLproperty-name valuefile:{prop}helpohwconfig.xmlvalue property The prop property is predefined, or specified, by starting Oracle WebLogic Server with -Dprop option. For example, -Dprop=Oraclehelp.