【发布时间】:2014-12-13 11:56:30
【问题描述】:
我的adminPanel.xhtml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Insert title here</title>
</head>
<body>
<c:redirect url="http://www.google.com"></c:redirect>
</body>
</html>
当我运行上面的代码时,我得到:
HTTP 状态 500 - /loggedIn.xhtml @12,44 标记库 支持
namespace: http://java.sun.com/jsp/jstl/core,但没有标签 为名称定义:重定向
【问题讨论】: