i'm new with RichFaces 4 and JSF 2, i'm working with both together. How do i keep some message updating all time using RichFaces ? E.g: a clock, where the server keep sending a message to the client.

Could someone provide some code where it show how do that ?

Thanks.

Best regards, Valter Henrique.

link|improve this question

78% accept rate
feedback

2 Answers

Reverse AJAX/comet would be the way. See this question for additional details: Reverse Ajax with JSF?

link|improve this answer
feedback

You could also use a4j:poll and render the clock component.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.