blob: 86e99d8bda81dda542f8a0e68f7851324e02e9b3 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:trh="http://myfaces.apache.org/trinidad/html"
xmlns:tr="http://myfaces.apache.org/trinidad" >
<jsp:directive.page contentType="text/html;charset=utf-8"/>
<f:view>
<tr:document title="Apache Trinidad Feature Demos">
<tr:form>
<tr:panelPage>
<f:facet name="navigationGlobal">
<tr:navigationPane hint="buttons">
<tr:commandNavigationItem text="Return to Index"
immediate="true"
action="home"/>
</tr:navigationPane>
</f:facet>
<tr:panelHeader text="Welcome to the Apache Trinidad Feature Demos">
<tr:panelHeader text="Basics">
<tr:panelGroupLayout layout="vertical">
<tr:commandLink text="Converters and Validators" action="convertValidateDemos" />
<tr:commandLink text="Partial Page Rendering Demos"
action="demos.ppr" />
<tr:commandLink text="Dialog Framework Demo"
action="demos.dialog" />
<tr:commandLink text="Progress steps Demo"
action="demos.progressSteps" />
<tr:commandLink text="Change Persistence Demos"
action="demos.changePersistence" />
<tr:commandLink text="Table Demos" action="demos.tableDemos" />
<tr:commandLink text="Skin Demo" action="demos.skin" />
<tr:goLink text="Accessibility Profile Demo"
destination="accessibilityProfileDemo.jspx" />
<tr:goLink text="Show Detail Disclosure Demo"
destination="showDetailDiscloseOne.jspx" />
<tr:goLink text="FileDownloadActionListener Demo"
destination="tags/fileDownloadActionListener.jspx" />
<tr:goLink text="Client behavior support Demo"
destination="clientBehaviorHolder.xhtml" />
<tr:goLink text="forEach Tag Demos"
destination="tags/forEach.jspx" />
</tr:panelGroupLayout>
</tr:panelHeader>
</tr:panelHeader>
</tr:panelPage>
</tr:form>
</tr:document>
</f:view>
</jsp:root>