JSF subview tag is causing a map to not display in Java ADF Web Applications.
上次发布: August 25, 2014ArcGIS Server (Java)
漏洞 ID 编号
NIM047383
已提交
August 11, 2009
上次修改时间
February 20, 2025
适用范围
ArcGIS Server (Java)
找到的版本
9.3.1
编程语言
Java
操作系统
Windows OS
操作系统版本
XP
修正版本
N/A
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
There are a couple of workarounds -1) Move the JSF Form out of the included JSP Page (MapContents.jsp) and put it in the main page (map.jsp)2) Or, remove the <subview> tag.To make sure ESRI controls render in the correct position (in #2), the user needs to wrap all the HTML code in MapContents.jsp using <f:verbatim> tags. This is mandated by JSF. It applies to both JSF controls and our controls.