message.jsp 552 B

123456789
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  3. <input type="hidden" id="msg_info" name="msg_info" value="${info}" />
  4. <input type="hidden" id="msg_event" name="msg_event" value="${msgEvent}" />
  5. <input type="hidden" id="msg_error" name="msg_error" value="${error}" />
  6. <input type="hidden" id="msg_time" name="msg_time" value="${msgTime}" />
  7. <c:forEach items="${fields}" var="field">
  8. <input type="hidden" id="msg_${field.key}" name="msg_fieldsError" value="${field.value}" />
  9. </c:forEach>