1
I would like in my field that I will add the text and send to the database, add for example an ex link: <a href="http://www.globo.com/" ></a>
, however, when printing on the screen, coming from the bank, it printed the full tag, not converting to link. How could do?
on which tag you are displaying the bank result?
– samuel silva
you’re wearing Primefaces?
– Marcos Sousa
Yes I’m using Primefaces
– Alisson Hoepers
@Alisson on which tag is trying to put the reultado?
– samuel silva
I have already solved using the exhaust in an outputText field. Ex: <h:outputText value="#{beanMB.cliente.Description}" escape="false"/>. Correct?
– Alisson Hoepers
@Alisson, publish the code as an answer. I’ve had the same problem.
– Marcos Sousa
As I was going to say @Alisson hehe, so just comment as an answer, it will help other people
– samuel silva