source: ether_ndacc/trunk/web/list.jsp @ 820

Last change on this file since 820 was 113, checked in by rboipsl, 13 years ago

Import du projet NDACC _ module web

File size: 693 bytes
Line 
1<%@taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
2<%@taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
4
5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
6    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7
8<f:view>
9    <html xmlns="http://www.w3.org/1999/xhtml">
10        <head>
11            <title>Insert title here</title>
12        </head>
13        <body>
14        <h:form>
15                <h:outputLabel for="input" value="Enter your name:" />
16               
17                <h:commandButton action="list2" actionListener="#{listeFiles.action}"/>
18               
19               
20                <h:messages />
21                </h:form>
22        </body>
23    </html>
24</f:view>
Note: See TracBrowser for help on using the repository browser.