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?