HP Integrity NonStop J-Series User Manual
Page 270

<f:view>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><TITLE>
Resume for <h:outputText value="#{resumeBean.name}"/>
</TITLE></HEAD>
<BODY TEXT="<h:outputText value="#{resumeBean.fgColor}"/>"
BGCOLOR="<h:outputText value="#{resumeBean.bgColor}"/>">
<H1 ALIGN="CENTER">
<h:outputText value="#{resumeBean.name}"/><BR>
<SMALL><h:outputText value="#{resumeBean.jobTitle}"/>
</SMALL></H1>
Experienced <h:outputText value="#{resumeBean.jobTitle}"/>
seeks challenging position doing something.
<H2>Employment History</H2>
Employment History
<H2>Education</H2>
Education
<H2>Publications and Awards</H2>
Publication and Awards
</BODY></HTML>
</f:view>
NOTE:
The same-color.jsp file and the show-preview.jsp file are the resultant JSP
pages. These pages are placed in the SkinSelector/WebContent/WEB-INF/results
directory to avoid direct access through browser, and can be accessed only through faces
mapping.
The project structure of SkinSelector, after following all the steps so far, is as follows:
shows the Project Explorer View.
270 Getting Started with MyFaces