Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Primefaces 2.3.0 and JSF2.0.

I like the html output that Primefaces p:messages gives me. But I due to existing design, I would like to create the html without needing the to add the messages using FacesContext.getCurrentInstance().addMessage.

Essentially, I would like to do something like this:

<p:messages value="test"/>

I realize probably would not use p:messages but an existing tags that just outputs something very similar to what p:messages outputs.

I am hoping there is maybe another component that p:messages is using.

Thanks for any ideas.

share|improve this question
do you want to show static message text as value (like in your example) or the message text is coming from your backing bean? – akoskm Nov 5 '12 at 21:23
1  
You can just use the same html generated by p:messages. For usage: see this answer error-message-style-for-a-panel – Ravi Nov 5 '12 at 23:07
have you found a solution, could you share with us? – akoskm Nov 6 '12 at 20:43
So far I have not found a solution that does not involved adding the faces messages. – JeffJak Nov 19 '12 at 19:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.