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.
14 righe
348 B
14 righe
348 B
<?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:ui="http://java.sun.com/jsf/facelets" |
|
> |
|
<h:head /> |
|
<h:body> |
|
<h:outputText value="#{i18n['@portlet.name@-hello-world']}" /> |
|
</h:body> |
|
</f:view> |