'Computed field' controll and disableOutputTag=“true” doesnt work? [duplicate]
问题 This question already has answers here : Closed 7 years ago . 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