|
Java EE 6 example source code file (changeSkin.xhtml)
The Java EE 6 changeSkin.xhtml source code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<ui:composition template="template.xhtml">
<ui:define name="pageTitle">
<h:outputText value="#{i18n['menuitem.label.sprints']}">
</ui:define>
<ui:define name="content">
<h:form id="changeSkin">
<h:panelGrid styleClass="whiteboard" headerClass="tableHeader" footerClass="tableFooter">
<f:facet name="header">
<h:outputText value="Select application skin color">
</f:facet>
<h:panelGrid columns="4" styleClass="tableBody" columnClasses="postItYellow, postItOrange, postItRed, postItBlue">
<h:commandLink action="#{skinManager.yellowSkin}">
Other Java EE 6 examples (source code examples)Here is a short list of links related to this Java EE 6 changeSkin.xhtml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.