| <%-- |
| |
| Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Public License v. 2.0, which is available at |
| http://www.eclipse.org/legal/epl-2.0. |
| |
| This Source Code may also be made available under the following Secondary |
| Licenses when the conditions for such availability set forth in the |
| Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| version 2 with the GNU Classpath Exception, which is available at |
| https://www.gnu.org/software/classpath/license.html. |
| |
| SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| |
| --%> |
| |
| <?xml version="1.0" encoding="UTF-8"?> |
| <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui"> |
| <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/> |
| <f:view> |
| <ui:page binding="#{Page1.page1}" id="page1"> |
| <ui:html binding="#{Page1.html1}" id="html1"> |
| <ui:head binding="#{Page1.head1}" id="head1"> |
| <ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/> |
| </ui:head> |
| <ui:body binding="#{Page1.body1}" id="body1" style="-rave-layout: grid"> |
| <ui:form binding="#{Page1.form1}" id="form1"> |
| <ui:button binding="#{Page1.button1}" id="button1" style="left: 311px; top: 168px; position: absolute" text="Button"/> |
| </ui:form> |
| </ui:body> |
| </ui:html> |
| </ui:page> |
| </f:view> |
| </jsp:root> |