<%@ page language="java" contentType="text/html; charset=UTF-8"? ? pageEncoding="UTF-8"%><%@tablib prefix="fm" uri="http://www.springframework.org/tags/form"%><%@include file="/WEB-INF/jsp/common/head.jsp"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>? <head>? ? ?<title>My JSP 'MyJsp.jsp' starting page</title>? ? ?<script type="text/javascript" src="${pageContext.request.contextPath }/statics/calendar/WdatePicker.js"></script>? </head>??? <body>? ? ? <fm:form method="post" modelAttribute="user">? ? ? ? ? ? ? ? ? ? ? ? 用戶編碼:<fm:input path="usercode"/></br>? ? ? ? ? ? ? ? ? ? ? ? 用戶名稱:<fm:input path="username"/></br>? ? ? ? ? ? ? ? ? ? ? ? 用戶密碼:<fm:password path="password"/></br>? ? ? ? ? ? ? ? ? ? ? ? 用戶生日:<fm:input path="birthday" Class="Wdate" name="birthday" readonly="readonly" onclick="WdatePicker();"/></br>? ? ? ? ? ? ? ? ? ? ? ? 用戶地址:<fm:input path="address"/></br>? ? ? ? ? ? ? ? ? ? ? ? 聯(lián)系電話:<fm:input path="phone"/></br>? ? ? ? ? ? ? ? ? ? ? ? 用戶角色:? ? ? ? <fm:radiobutton path="userRole" value="1"/>系統(tǒng)管理員? ? ? ? <fm:radiobutton path="userRole" value="2"/>經(jīng)理? ? ? ? <fm:radiobutton path="userRole" value="3"/>普通用戶 ? </br>? ? ? ? <input type="submit" value="保存"/> ? ? ? ? ? ??? ? ? </fm:form>? </body></html><%@include file="/WEB-INF/jsp/common/foot.jsp" %><script type="text/javascript" src="${pageContext.request.contextPath }/statics/js/useradd.js"></script>由于標(biāo)簽庫爆黃所以導(dǎo)致跟其有關(guān)的全部都是有黃線的,我看著跟書上敲的一樣呀,
spring表單標(biāo)簽中標(biāo)簽庫爆黃,而且運行的時候直接出錯
qq_Dreamy_舊城_0
2017-08-29 12:02:25