The Find Address Task does not render correctly. The form fields to capture the address and the buttons to invoke the task are missing.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM052529
已提交
January 6, 2010
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
10.0
修正版本
10.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Add the following lines of code to geocodetask.xsl at line 68 just before the <xsl:if test="//first-time = 'true'"> statement - <xsl:element name="script"> <xsl:attribute name="language">Javascript</xsl:attribute> if(!adf.Task._connections) { adf.Task._connections = []; adf.Task._ValidationRules=[]; adfdojo.connect(window,"unload", function(){ adfdojo.forEach(adf.Task._connections, adfdojo.disconnect); }); } </xsl:element>