Creating the customize.jsp file, Modifying the customize.jsp file – HP Integrity NonStop J-Series User Manual
Page 166

.DARK { background-color: black;
}
Creating the customize.jsp File
Create a new JSP file named customize.jsp in the SkinSelector\WebContent to provide
User Interface customizations for the SkinSelector application.
To create customize.jsp, follow the steps in the
section.
Modifying the customize.jsp File
To modify the customize.jsp file, complete the following steps:
1.
Double-click the customize.jsp file in the Project Explorer frame to open it.
2.
Replace the default contents of the customize.jsp file with the following content:
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
HREF="./css/style.css"
TYPE="text/css">
Preview Resume
Use RGB instead of color names:
onclick="submit()"
immediate="true"/>
Foreground color:
Background color:
actionListener="#{resumeBean.toggleColorSupport}"
immediate="true"/>
Name:
Job Title:
166 MyFaces Framework