Hi all,
I'm using lucene in my web app.
Now i want to highlight specific terms from my search result and i'm using the datatable with
jsf for showing the results.
Now for the higlighting part i'm making a simpleHtmlFormatter:
And in css i give it a background-color yellow.
but in my webpage i get this result:
So the problem is he prints the span instead of taking it as html...
jsp page:
Can anyone help?
kind regards,
Thomas