requestcontext « PrimeFaces « JSF Q&A





1. How to use RequestContext in primefaces?    stackoverflow.com

I'm new to primefaces. I trying some examples in primeface showcase But; After saveUser, on ajax method handleComplete(xhr, status, args) args don't have arguments that added in saveUser method. EDIT : ...

2. RequestContext API    forum.primefaces.org

when I use the new lib. the system through out a error, say may there is no property action on my class. but I had this method in my class?? I ...

3. RequestContext::execute    forum.primefaces.org

Okay, never mind, it's been a fault caused by an old library jar that wasn't cleaned out from WEB-INF folder. Topic can be closed.

4. cant send call back params with RequestContext    forum.primefaces.org

Hi; I'm new to primefaces. And trying to use PF 2.2 in my maven project. I started from http://www.primefaces.org/showcase-labs/ui/callbackParams.jsf sample. But i have some problems about JS method after save user ...

5. Help with RequestContext concept.    forum.primefaces.org

function handleLoginComplete(xhr, status, args) { if(typeof args.loginresult === "undefined" ){ ...

6. RequestContext and Seam    forum.primefaces.org

...

7. RequestContext is null after RenderResponsePhase    forum.primefaces.org

RequestContext rc = RequestContext.getCurrentInstance(); if (rc.isAjaxRequest() && fc.getViewRoot().getViewId().startsWith("/views/login.xhtml")) { ExternalContext ...

8. RequestContext callbackParam parsererror    forum.primefaces.org

Callback parameters are transferred as JSON so html is not supported. What you can do it create your anchor element with javascript or easier with jquery. Or use PPR and change ...

9. Issue with RequestContext    forum.primefaces.org

Hi Cagatay, fixing this issue http://code.google.com/p/primefaces/iss ... il?id=1245 should be an easy task for you (please see my comment). I would appreciate if you could have a look since it is ...





10. RequestContext not working properly...    forum.primefaces.org

Code: ...

11. RequestContext json format    forum.primefaces.org

reviewData = new ReviewData(); reviewData.setTitle("Test Title!") reviewData.setRole("Admin"); RequestContext requestContext = RequestContext.getCurrentInstance(); JSONObject jobject = new JSONObject(reviewData); requestContext.addCallbackParam("reviewData", jobject.toString());

12. RequestContext and NullPointerException    forum.primefaces.org

I use JSF implementation: Mojarra V2.1.3 JSF component library: Primefaces V2.2.1 Server: GlassFish Open Source Edition V3.1.1 (build 12)

13. RequestContext    forum.primefaces.org

Hi, I have a problem with the Request-Context-Class. It is simply not possible for me to call the addCallbackParam Methode successfully. The problem is that when I want to validate my ...