Hi guys,
I have a
JSF page where I'm outputting some text into a dataList (Tomohawk) i.e. a result from a form submission. I want to be able to format the the output i.e. use the <br>, <a href...> or <p> html tag inside the dataList. However JSF doesn't seem to be recognising the html tags.
Hence I've used the <f:verbatim> to insert the <br> tag, see below
Is the method correct, it seems to work.
What I dont want is for it to have repurcussions later on when my app becomes much more complex.
Thanks for your thoughts in advance, regards
Zein