RemoteCommand « PrimeFaces « JSF Q&A





1. "Property not found" with PrimeFaces RemoteCommand    stackoverflow.com

I'm trying to update a Prime Faces PickList with a RemoteCommnad and I'm getting a javax.el.PropertyNotFoundException: Property 'updatePermissions' not found exception when the updatePermission property is defined. This ...

2. Is it possible to pass parameter to p:remotecommand from javascript?    stackoverflow.com

I want to pass value to remoteCommand from javascript. If this is possible, how can I do that ?

3. How do you pass parameters(from javascript) into remoteCommand(& then send it to backing beans)?    stackoverflow.com

For passing paramters from JS to p:remoteCommand(provided by primefaces), you can use this:

remoteCommandFunctionName({name1:'value1', name2:'value2'});
After that, how do you receive this set of parameters in remoteCommand for sending it to backing ...

4. [SOLVED] RemoteCommand don't work anymore    forum.primefaces.org

25 Jan 2010, 19:26 by jmcollin92 [SOLVED] RemoteCommand don't work anymore Hi there, For a few week, I've noticed that the remoteCommand dont work anymore. I'm using the nightly build of ...

5. Does remoteCommand actually do a submit?    forum.primefaces.org

6. remoteCommand without listener attribute    forum.primefaces.org

remoteCommand renderer as a js object . it's only to do is to start an ajax process . but without a listener attribute . how can peploe do logic processing in ...

7. RemoteCommand: View parameters not being sent    forum.primefaces.org

11 Jul 2011, 19:38 by shuta RemoteCommand: View parameters not being sent Hi, I am using several PrimeFaces RemoteCommand components on a Facelets page to invoke some server-side methods, and then ...

9. Help with p:remoteCommand!    forum.primefaces.org

Hello i'm new on primefaces i just migrated from Richfaces i'm having trouble redirecting to a page. on Richfaces you have the where you could call a page on the ...





10. RemoteCommand not working with IE & chrome    forum.primefaces.org

11. p:remoteCommand and p:fileDownload    forum.primefaces.org

........

12. Not able to successfully pass value to remoteCommand    forum.primefaces.org

07 Nov 2011, 19:08 by ertiop93 Re: Not able to successfully pass value to remoteCommand Thanks zoigl, I just saw an answer here(at StackOverflow) http://stackoverflow.com/questions/7221 ... javascript posted by Cagatay Civici ...

13. How about an enable on p:remoteCommand    forum.primefaces.org

I find myself using p:remoteCommand as a means for one panel to trigger changes in another, e.g. picking a row on one panel triggers a save and switch on another. This ...

14. RemoteCommand needs upgrade to call parameterized methods    forum.primefaces.org

Again, I am getting this feeling that the remoteCommand must be upgraded to allow passing parameters to bean methods. Since passing parameters to action methods is now possible through EL, the ...

15. p:remoteCommand does not include new stylesheets    forum.primefaces.org

I'm using p:remoteCommand to dynamically update content included with ui:include on a wizard page. The problem is, however, that the new included components use h:outputStylesheet and h:outputScript and none of those ...

16. Best practice to send parameters to RemoteCommand    forum.primefaces.org

I have a gallery component that loads thumbnails in a control. Now when I click on the thumbnail, I need to call a bean method, but with a parameter (in ...





17. Conflict with commandButton type for p:remoteCommand    forum.primefaces.org

24 Sep 2010, 19:36 by fancy Conflict with commandButton type for p:remoteCommand Hi, I have to use p:remoteCommand to update the p:messages tag. The example under http://www.primefaces.org/showcase/ui/remoteCommand.jsf works fine in my ...

18. Parameters into the     forum.primefaces.org

Hi, Why do you want to pass parameters to p:remoteCommand? If you want to pass parameters to managed beans, you must define hidden fields (h:hidden) und point "execute" attribute of p:remoteCommand ...

19. Bug in p:remoteCommand?    forum.primefaces.org

20. RemoteCommand doesn't call action    forum.primefaces.org

It looks like there's a bug in p:remoteCommand: If you specify the process attribute with any value other than @all, your actionListener won't get called. The workaround is to not specify ...

21. RemoteCommand    forum.primefaces.org

Code:

...