Databases Reference
In-Depth Information
The af:inputText component will have a customized style to display the address and
phone number.
Applying skins
Ater creaing the skins for the applicaion, we will have to test the applicaion to cross-
verify whether the skin that we have created is appropriate for the applicaion or not, and
modify the style informaion unil the skin is saisfactory. To test the skin, we will have to
add the following informaion into the context-param secion of the web.xml file in your
EmpdirectoryApplication applicaion:
<context-param>
<param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</
param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_
COMPRESSION</param-name>
<param-value>true</param-value>
</context-param>
 
Search WWH ::




Custom Search