© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
以下各项已停用,建议不要使用:
- Client Data 及其相关联的工具(如 Client Data 视图)
- Faces Client 组件
<odc:dataGrid>
(数据网格)<odc:webService>
(Web service)<odc:clientData>
<odc:clientBinder>
为了使用 Server Data,已启用
<odc:tree>
树和<odc:graphDraw>
图表。
如果您在没有迁移 JSF JARS 的情况下导入 V7 之前的 JSF 应用程序,并继续开发该应用程序,则在 V7 中新增的标记将不会包括在项目 JAR 中,并且在运行时将不可用。确保您迁移 V7 之前的 JARS。
<jspPanel>
标记属性style
和styleClass
不再可用。这两个属性未用于呈示 JSP 面板组件。如果您导入在本产品的先前版本中创建的 JSF 应用程序,则
<jspPanel>
标记将显示错误。要改正这些错误,请通过在“源代码”视图中编辑 JSP 源代码,从项目中的所有<jspPanel>
标记除去style
和styleClass
属性。