Parameter « PrimeFaces « JSF Q&A





1. Passing parameters to PrimeFaces Star Rating component?    stackoverflow.com

I'm trying to make use of the Star Rating component from PrimeFaces. However, it does not allow you to pass in parameters. That makes it impossible for ...

2. How can I pass a parameter to a commandLink inside a datatable?    stackoverflow.com

I'm using Primefaces in a JSF 2 application. I have a <p:dataTable>, and instead of selecting rows, I want the user to be able to directly execute various actions on individual ...

3. How to pass a parameter to a javascript function on a JSF 2.0 page    stackoverflow.com

I am making a custom login dialog, similar to the one found on http://www.primefaces.org/showcase/ui/dialogLogin.jsf but i get an error when building:

javax.el.PropertyNotFoundException: /WEB-INF/templates/BasicTemplate.xhtml @58,83 oncomplete="handleLoginRequest(#{securityController.logIn})": The class 'managedbeans.SecurityController' ...

4. JSF 2.0 return null from action methods does not retain the original request parameters    stackoverflow.com

I have a JSF application with a particular page to show/edit the details of a particular entity in my system (an attraction). I have a jsf page which takes the ...

5. How to persist JSF view parameters through validation    stackoverflow.com

I am using JSF 2.0/CDI and PrimeFaces 2.2.1 for a number of CRUD forms that let the user view or update the attributes of an existing entity by clicking on a ...

6. Programmatic Menu with parameter?    stackoverflow.com

Using primefaces 2.2.1. We have MenuBean class :

public class MenuBean {

private MenuModel model;

public MenuBean() {
    model = new DefaultMenuModel();

    //First submenu
    Submenu ...

7. Passing parameter to autocomplete methode    stackoverflow.com

I'm using the primefaces autocomplete element in a search form of my project. The user can choose how many and which form-elements (search parameters) he wants to include so i need ...

8. Newbe needs help: request parameters    forum.primefaces.org

Hi @All, I'm used to Servlet/JSP. Now I start working with Primefaces. I want to achieve sth and don't know how: I have a menu with several menuitems which all navigate ...

9. Send parameters using ajax and update p:datatable    forum.primefaces.org

02 Feb 2010, 13:40 by juanjo68 Send parameters using ajax and update p:datatable hello, i have a map and when the user click in it, i get the x and y ...





11. panel close event... pass parameter    forum.primefaces.org

06 Jul 2011, 02:46 by rahuljain9684 panel close event... pass parameter I have a nested panel component with a close behavior enabled. I need to know the panel component which was ...

12. Composite component - method signature with parameters    forum.primefaces.org

Code:

14. INFO: Parameters: Invalid chunk ' ' ignored.    forum.primefaces.org

I'm use a dataTable and trying to filterBy. It doesn't filter but I get this error message: Sep 20, 2011 10:29:26 AM org.apache.tomcat.util.http.Parameters processParameters INFO: Parameters: Invalid chunk '' ignored. Datatable: ...

15. Any way to pass parameters/objects between components?    forum.primefaces.org

22 Sep 2011, 03:53 by voyagerx Any way to pass parameters/objects between components? I have a dataTable that I have the ability to delete items from. Before deleting I display a ...

16. executing p:autocompleteMethod with additional parameters    forum.primefaces.org

Hi, I was wondering if there is a way to invoke the p:automcomplete completeMethod to include more parameters. What I would like is something like this:

17. Programmatic Menu with parameter ?    forum.primefaces.org

...

18. parameter on every request    forum.primefaces.org

19. BUG (3.0.M4): Passing more than two parameters.    forum.primefaces.org

01 Nov 2011, 19:35 by marceltessarini BUG (3.0.M4): Passing more than two parameters. I was using PrimeFaces 3.0.M3 and I updated my project for 3.0.M4 to evaluate it, but there is ...

20. ui parameter problem in p:ajax    forum.primefaces.org

>> << marco Posts: 48 Joined: 14 Jun 2010, 17:25 17 Nov 2011, 18:42 by marco ui parameter problem in p:ajax Hi, I'm using mojarra 2.1.3, jboss 6.1 and latest PrimeFaces ...

21. Calling Bean-Method with Parameters from JavaScript    forum.primefaces.org

Hi everyone! Is it possible to call a Bean-Method with Parameters using JavaScript? A way to transfer the String-Parameter to a Member-Variable of the Bean and then call the method would ...

22. Set parameter for commandButton    forum.primefaces.org

23. Problem with p:commanButton and Reuest Parameter    forum.primefaces.org

24. p:rating parameters to backing bean    forum.primefaces.org

.... public void handleRate(RateEvent rateEvent){ FacesContext fc = ...

25. passing parameter to commandLink    forum.primefaces.org

26.  with a parameter message    forum.primefaces.org

...

28. Pass parameter between two dialog    forum.primefaces.org

05 Oct 2010, 05:48 by kency Pass parameter between two dialog Now i can pass it but i must refresh page to pass data why? My JSF page Code: ...

29. p:ajax parameter    forum.primefaces.org

Hi ... I use netbeans 6.8 and i use primefaces-2.2.M1 library, when i use p:ajax tag only parameter id show, event and others not show, please ....

30. pass parameters to confirmDialog    forum.primefaces.org

Hi, i have a dataTable and it has commanLinks for each row to modify or delete the row. For the delete i would like a confirmDialog to ask the user if ...

31. Dialog - Login Demo - Parameters: Invalid chunk '' ignored.    forum.primefaces.org

25 Nov 2010, 04:34 by jlferreira Dialog - Login Demo - Parameters: Invalid chunk '' ignored. Hi all. I created a login page identical to dialog login page demo. I created ...

32. How to pass parameters with p:fileUpload?    forum.primefaces.org

Hi When use p:fileUpload, I need to know who is uploading file. There is user_id on JSF page, but p:fileUpload doesn't submit it. And I don't like to set user_id or ...

33. Problems with dataTable paginator using request parameters    forum.primefaces.org

04 Dec 2010, 14:29 by trematodeo Problems with dataTable paginator using request parameters Hello all! I'm using primefaces in a new project and I'm having some problems to use paginator in ...

34. Getting a parameter from an AJAX commandLink    forum.primefaces.org

I would like to know if there is an easier way to do this. In my JSF page I have: Code: ...

35. How to pass parameters evaluated by listener    forum.primefaces.org

36. View Parameters and Remote Command    forum.primefaces.org

13 Dec 2010, 22:26 by bumble.bee View Parameters and Remote Command I've got a few required view parameters (f:viewParam) on my page. If I use the p:remoteCommand component to set a ...

37. GraphicImageRenderer and ViewHandler with request parameters    forum.primefaces.org

... StringBuilder builder = new StringBuilder(getActionURL(facesContext)); builder.append("?").append(DynamicContentStreamer.DYNAMIC_CONTENT_PARAM).append("=").append(expressionParamValue); ...

38. Confirm dialog+pass parameters    forum.primefaces.org

I'm having trouble passing an attribute with p:commandButton. Is there any way to do it? Here is what I'm trying to do: Code:

43. How to use Javascript as a parameter to EL    forum.primefaces.org

i want to pass some information to Bean class using Remote command. If the above thing doesnt works, how to dynamically change the variable value passed in the ...

44. fileUpload parameters    forum.primefaces.org

04 Mar 2011, 16:29 by joschi03 fileUpload parameters Hi all I want to use the fileUpload tag to upload multiple images for a record. But before the users has pressed the ...

45. Adding a parameter in the Autocomplete call    forum.primefaces.org

Cagatay, I was wondering if it is possible to add a parameter to the autocomplete completeMethod, i.e. having in my controller myMethod(String query, Object myObject), because I need to prevent searching ...