0

我正在使用 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" />
4

1 回答 1

0

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

于 2013-07-23T14:24:09.040 回答