0
I am unable to implement the break line in the following code:
<p:confirm icon="ui-icon-alert" header="Confirma a alteração do Status"
message="Tem certeza que deseja alterar a Situação do Candidato? O reenvio no período de 6 meses poderá haver uma nova cobranca!">
</p:confirm>
I need the text that’s after the interrogation to be displayed on the bottom line.
I’ve tried to use \n
and it didn’t work. You’re not allowed to use <br>
.
Rafael, in isolation it works (just change the tag lib <p:outputText> to <h:outputText>, but in my case I use a
<p:confirmDialog>
global. But thanks, because it works but is not yet the solution.– Marcelo Gomes