From 8ef8cae3deb705e67aa0f10886ea4a15d25bfadf Mon Sep 17 00:00:00 2001 From: rfeng Date: Mon, 21 Mar 2011 21:39:36 +0000 Subject: Adding missing files git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083972 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/views/welcome.jsp | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/views/welcome.jsp (limited to 'sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/views/welcome.jsp') diff --git a/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/views/welcome.jsp b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/views/welcome.jsp new file mode 100644 index 0000000000..7d8f41060f --- /dev/null +++ b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/views/welcome.jsp @@ -0,0 +1,46 @@ + +<%@page contentType="text/html;charset=UTF-8"%> +<%@page pageEncoding="UTF-8"%> +<%@ page session="false" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> + + + + <fmt:message key="welcome.title"/> + + +
+

+ +

+

+ Locale = ${pageContext.response.locale} +

+
+ + +
+ + \ No newline at end of file -- cgit v1.2.3