Sorry for this ugly message. We are searching for some translators.
Please send me an eMail or jabber: t4c@im.digital-bit.ch
Got: de, en, pl, ro, lu, ru, es - Need: everything else
Userdata
Name
Core
Scriptlanguage
Java
Tabwidth
4
Date
08/26/2008 10:20:38 pm
IP
85.0.242.58
Description
hello jsf
Code (Hide rownumbers )
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/tld/html_basic.tld" prefix="h" %>
<%@ taglib uri="/WEB-INF/tld/jsf_core.tld" prefix="f" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+":
+":" +request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-
<html>
<head>
<title>Hello world</title>
</head>
<body>
<f:view>
<h:outputLabel value="#(helloWorld.greeting)"></h:outputLabel>
</f:view>
</body>
</html>