CometContext « PrimeFaces « JSF Q&A





1. CometContext question    forum.primefaces.org

Hi all, Just a couple lines to hopefully get some help about an hypotetical application using Comet with primefaces. The whole idea is to try to get working a application using ...

2. Error while using primefaces cometcontext    forum.primefaces.org

3. Can't find CometContext    forum.primefaces.org

I'm trying to work through the Ajax Push example and I am not able to find CometConnection. The import statement is: import org.primefaces.ui.comet.CometContext. I can find org.primefaces, but no ui portion ...

4. CometContext    forum.primefaces.org

I do have primefaces-ui-1.0.0.RC-SNAPSHOT.jar in project's lib/ import org.primefaces.ui.comet.CometContext; gives me "import cannot be resolved" Code complete for import org.primefaces.ui. only shows application, component, event, model, renderkit, resource, touch, util and ...

5. cometContext is not compiling    forum.primefaces.org

I written chat program from primefaces while compiling it is giving one error Cannot find symbol CometContext in this line. CometContext.publish("chat", username + ": " + message); I dont know which ...