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 ... |
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 ... |
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' ... |
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 ... |
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 ... |
Using primefaces 2.2.1. We have MenuBean class :
public class MenuBean {
private MenuModel model;
public MenuBean() {
model = new DefaultMenuModel();
//First submenu
Submenu ...
|
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 ... |
|
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 ... |
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 ... |
|
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 ... |
|
|
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: ... |
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 ... |
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: ... |
|
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 ... |
>> << 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 ... |
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 ... |
|
|
.... public void handleRate(RateEvent rateEvent){ FacesContext fc = ... |
|
|
|
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: ... |
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 .... |
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 ... |
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 ... |
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 ... |
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 ... |
I would like to know if there is an easier way to do this. In my JSF page I have: Code: ... |
|
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 ... |
... StringBuilder builder = new StringBuilder(getActionURL(facesContext)); builder.append("?").append(DynamicContentStreamer.DYNAMIC_CONTENT_PARAM).append("=").append(expressionParamValue); ... |
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: |
|
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 ... |
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 ... |
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 ... |