I am using Primefaces 2.3.0 and JSF2.0.
I like the html output that gives Primefaces p:messages . But due to the existing design, I would like to create html without adding posts using FacesContext.getCurrentInstance().addMessage .
Essentially, I would like to do something like this:
<p:messages value="test"/>
I understand, probably I wonβt use p: messages, but the existing tags that will output something very similar to what p: messages produces.
I hope there is another component that uses p:messages .
Thanks for any ideas.
jsf-2 primefaces
Jeffjak
source share