Hi experts,
I'm using Jdev 12.1.3 and I'd like to add spaces in the text property of a showDetailItem like this:
<af:showDetailItem text="#{row.Field1}\&\nbsp;\&\nbsp;#{row.Field2})" id="sdi1"
The html generated works fine and renders the spaces, but the compiler gives an error:
Error(1,1): The page failed validation from validator: "org.xml.sax.SAXParseException; lineNumber: 84; columnNumber: 103; Undeclared referenced to entity "nbsp"
How could I solve it?
Regards,
Jose.