控制台中的JavaScript类型错误

时间:2013-07-22 16:21:38

标签: jsp icefaces icefaces-3

我正在使用Icefaces 3.2,当我使用以下XML标准时,我会收到一些错误和警告。我的文件类型是xhtml。我不知道我在这里遗失了什么。

TypeError: ice.fixViewState is not a function
TypeError: ice.captureEnterKey is not a function
Warning: Non-standard document.all property was used. Use W3C standard
document.getElementById() instead.



<?xml version="1.0" encoding="ISO-8859-1" ?>
<jsp:root version="2.1" xmlns:jsp="http://java.sun.com/JSP/Page"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:ice="http://www.icesoft.com/icefaces/component"
    xmlns:ui="http://java.sun.com/jsf/facelets">
<jsp:directive.page contentType="text/html;charset=ISO-8859-1"
            pageEncoding="ISO-8859-1" />

1 个答案:

答案 0 :(得分:0)

我必须使用最新版本的Icefaces 3.3来解决问题。