Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
15 righe
384 B
15 righe
384 B
2 anni fa
|
<?xml version="1.0"?>
|
||
|
|
||
|
<f:view
|
||
|
xmlns="http://www.w3.org/1999/xhtml"
|
||
|
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||
|
xmlns:f="http://java.sun.com/jsf/core"
|
||
|
xmlns:h="http://java.sun.com/jsf/html"
|
||
|
xmlns:p="http://primefaces.org/ui"
|
||
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||
|
>
|
||
|
<h:head />
|
||
|
<h:body>
|
||
|
<h:outputText value="#{i18n['@portlet.name@-hello-world']}" />
|
||
|
</h:body>
|
||
|
</f:view>
|