From 2230acfd0ac995d74a3027dd38482f8f1c3b588c Mon Sep 17 00:00:00 2001 From: Jialin Wang Date: Sun, 16 Dec 2007 14:57:37 +0000 Subject: [PATCH] --- .../WEB-INF/classes/messages.properties | 3 ++- .../WebContent/WEB-INF/jsp/choosePreferenceOK.jsp | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties index 6407898..12cf65d 100644 --- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties +++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties @@ -19,4 +19,5 @@ preference.title=choose the preference for articles preference.like=like preference.indifferent=indifferent preference.dislike=dislike -preference.ok=you have successfully chosen all your preferences about each article \ No newline at end of file +preference.ok=you have successfully chosen all your preferences about each article +preference.submit=ok \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp new file mode 100644 index 0000000..a8d9401 --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp @@ -0,0 +1,15 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> +<%@ include file="/WEB-INF/jsp/include.jsp"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> + + + + + +Insert title here + + + + + \ No newline at end of file