Skip to content

运行时HTTP Status404未找到 #2

@He-ze-c

Description

@He-ze-c

HTTP Status 404 – 未找到

Type Status Report

消息 /javaEE-final/Login.jsp

描述 源服务器未能找到目标资源的表示或者是不愿公开一个已经存在的资源表示。

Apache Tomcat/9.0.31``
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>

<title>学生信息管理系统</title> <style> .errorMessage{ color: white; list-style: none; text-align: center; } </style>
  <form class="form-signin" action="login" method="post">
    <h2 class="form-signin-heading">用户登陆</h2>
    <input type="text" class="form-control" placeholder="姓名拼音缩写" name="userName" autofocus="autofocus"> 
    <br/>
    <input type="password" class="form-control" placeholder="密码" name="password">
    <input type="submit" value="登陆" class="btn btn-lg btn-primary btn-block">
  </form>
 <s:fielderror/>
</div> 
</body>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions