2014-12-13 61 views
2

在JSF重定向我adminPanel.xhtml不能重定向使用C:當我運行上面的代碼使用JSTL

<?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,但沒有標籤被 的名稱定義:重定向

回答

相關問題