'Computed field' controll and disableOutputTag=“true” doesnt work? [duplicate]

孤街浪徒 提交于 2019-12-11 08:26:38

问题


Possible Duplicate:
XPages disableOutput tag issue

I have a computed field control on my xpage that generates HTML (escape=false). As default the computed field generates span tag arround the content which causes some visual inconsistencies in IE. So I set the disableOutputTag="true" for this computed field but in this case, computed field doesnt generate anything. I have the repeat controll disableOutputTag="true" and it work fine, but can get it work for computed text. Is this some bug or my misunderstanding?


回答1:


As stated above, XPages disableOutput tag issue discuss the same issue and remains unresolved ...



来源:https://stackoverflow.com/questions/10623143/computed-field-controll-and-disableoutputtag-true-doesnt-work

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!