h:outputLabel
Hi, I want to display the text in lines, I have full string with separated with "\n", but h:outputLabel is igonoring and displaying in single line.any idea ?ThanksSrikanth
[199 byte] By [
srikanthga] at [2007-11-27 3:43:00]

# 3
[nobr]Sorry, I've misunderstood your question:You'll need to substitute alln \n for [code][/n], and then use the attribute escape=false into the h:outputText.Regards,Alexandre[/nobr]