1

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?

Community
  • 1
  • 1
David Marko
  • 2,477
  • 3
  • 27
  • 58

1 Answers1

0

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

Community
  • 1
  • 1
David Marko
  • 2,477
  • 3
  • 27
  • 58