struts新手问题,请赐教!
nu 2003-04-14 01:36:17 这个简单的页面都不能通过,急!
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html:html locale="true">
<head>
<title>User Registration</title>
<html:base/>
</head>
<body bgcolor="white">
<ul>
<li><html:link page="/regUser.do?action=Create">Register</html:link></li>
<li><html:link page="/logon.jsp">Logon</html:link></li>
</ul>
</body>
</html:html>