<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
搜索接受到的消息${search.receiver}
<%--
发送消息 共:${listSize }
--%>
消息发送人 内容 发送时间 是否已读 操作
${message.senderName} ${message.context } 未读 标为已读 回复 已读 回复
<%@include file="/mutualResource/form/SendMessageForm.jsp"%>