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