Mercurial > hg > IndexMetaContextualizer
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/pages/home.xhtml Fri Apr 12 17:48:42 2013 +0200 @@ -0,0 +1,16 @@ +<ui:composition xmlns="http://www.w3.org/1999/xhtml" + xmlns:h="http://java.sun.com/jsf/html" + xmlns:f="http://java.sun.com/jsf/core" + xmlns:c="http://java.sun.com/jsp/jstl/core" + xmlns:ace="http://www.icefaces.org/icefaces/components" + xmlns:ice="http://www.icesoft.com/icefaces/component" + xmlns:icecore="http://www.icefaces.org/icefaces/core" + xmlns:ui="http://java.sun.com/jsf/facelets" + template="../template/template.xhtml"> + + <ui:define name="content"> + <f:view> + <ice:outputLabel value="Home"/> + </f:view> + </ui:define> +</ui:composition> \ No newline at end of file