为了账号安全,请及时绑定邮箱和手机立即绑定

为什么提示Unknow tag (s:fildererror)

<%@ page language="java" contentType="text/html; charset=UTF-8"

    pageEncoding="UTF-8"%>

<%@ taglib prefix="s" uri="/struts-tags" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Insert title here</title>

</head>

<body>

<form action="HelloAction" method="get">

用户名:<input type="text" name="name"/> <s:fildererror name="username" ></s:fildererror>

密码:<input type="password" name="psw" />

年龄:<input type="text" name="age" />

<input type="submit" value="提交">

</form>

</body>

</html>

提示:org.apache.jasper.JasperException: /login.jsp(12,37) No tag "fildererror" defined in tag library imported with prefix "s"

正在回答

1 回答

我知道了,因为<s:fielderror>写成了<s:filderror>。老是犯一些小错误。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么提示Unknow tag (s:fildererror)

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信