comparison src/main/webapp/WEB-INF/faces-config.xml @ 1:177351d4cca9

Added files from jboss-javaee6-webapp-blank-archetype
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 18 Apr 2013 10:45:15 +0200
parents
children
comparison
equal deleted inserted replaced
0:83b0822c2aab 1:177351d4cca9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file is not required if you don't need any extra configuration. -->
3 <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="
6 http://java.sun.com/xml/ns/javaee
7 http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
8
9 <!-- This descriptor activates the JSF 2.0 Servlet -->
10
11 <!-- Write your navigation rules here. You are encouraged to use CDI for
12 creating @Named managed beans. -->
13
14 </faces-config>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)