Sometimes an invalid look and feel configuration or UIX configuration file will cause problems with registering a custom look and feel in ADF UIX. When a custom look and feel is not properly registered, UIX will not be able to render your UIX pages in the custom look and feel you have specified, but instead it uses another look and feel such as BLAF to render your pages.
When your UIX pages do not appear to be rendering in the custom look and feel you have provided, use these steps to determine why the custom look and feel is not being used:
uix-config.xml
is
valid. To do this, in the Application Navigator, right-click the
uix-config.xml
file and choose Validate XML
. Again, any validation errors that would prevent your look and feel from
being registered will be reported.
uix-config.xml
file are both valid, make sure you have
registered your custom look and feel. You should have an
<look-and-feel-config>
entry in your uix-config.xml
file for each custom look and feel.
<look-and-feel>
element in the
uix-config.xml
file.
Creating Custom Look and Feels
Working with ADF UIX Pages
Working with Web Application Design Tools
Copyright © 1997, 2004, Oracle. All rights reserved.