diff --git a/JspChat/WebContent/bottom.jsp b/JspChat/WebContent/bottom.jsp index b551e45..99025b4 100644 --- a/JspChat/WebContent/bottom.jsp +++ b/JspChat/WebContent/bottom.jsp @@ -1,118 +1,123 @@ -<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> <% String path = request.getContextPath(); -String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> - - + +
-