comparison src/main/webapp/pages/home.xhtml @ 7:bc57f2660b0f

implementation of web service
author Jorge Urzua <jurzua@mpiwg-berlin.mpg.de>
date Fri, 12 Apr 2013 17:48:42 +0200
parents
children
comparison
equal deleted inserted replaced
5:7d231e4e86e5 7:bc57f2660b0f
1 <ui:composition xmlns="http://www.w3.org/1999/xhtml"
2 xmlns:h="http://java.sun.com/jsf/html"
3 xmlns:f="http://java.sun.com/jsf/core"
4 xmlns:c="http://java.sun.com/jsp/jstl/core"
5 xmlns:ace="http://www.icefaces.org/icefaces/components"
6 xmlns:ice="http://www.icesoft.com/icefaces/component"
7 xmlns:icecore="http://www.icefaces.org/icefaces/core"
8 xmlns:ui="http://java.sun.com/jsf/facelets"
9 template="../template/template.xhtml">
10
11 <ui:define name="content">
12 <f:view>
13 <ice:outputLabel value="Home"/>
14 </f:view>
15 </ui:define>
16 </ui:composition>