request « PrimeFaces « JSF Q&A





1. JSF calling viewparams for every AJAX request    stackoverflow.com

I have a JSF page that accepts a viewparam and sets a variable which looks up the respective entity from the database and load the bean with the found details as ...

2. PrimeFaces dataTable not updating after Ajax request    stackoverflow.com

I'm currently working with a PrimeFaces dataTable and am trying endlessly to append a new to the dataTable immediately after the user adds it. Server-side, everything is working -- data is ...

3. f:param not passed in ajax request    stackoverflow.com

I'm having trouble with the following code:

<h:inputHidden value="autoCompleteHidden" id="administradorAutocompleteType">
                       ...

4. MenuBar Feature Request    forum.primefaces.org

I would like to have the ability to add some menu items that are right-justified to the menu bar, while other items are left-justified. This is seen in a lot of ...

5. Layout Feature Request    forum.primefaces.org

If you skin your layout for example with darker colors and a layout unit over flows the native browser scrollbar might not fit your theme. For jQuery is a plugin available ...

6. Feature request for new charts    forum.primefaces.org

7. Feature request(?) on p:datatable    forum.primefaces.org

Hi, Since datatable is being reworked for this release I thought this might be an opportune time to ask this I'm building an application prototype using a tomcat/jsf2/cdi/bean validation(jsr303)/etc... stack and ...

8. Check Ajax request    forum.primefaces.org

The problem will also occur if somebody will check ajax request in quite normally servlet (e.g. security filter). He takes JSF 2 specification and looks for specified request header / request ...

9. Specifying Multiple Ids in jsf.ajax.request    forum.primefaces.org

How to specify multiple ids in the process or render properties ? I tried space ,comma etc...didnt worked! I tried A) jsf.ajax.request (this,event,{execute:'formId1 formId2',render: 'formId1 formId2 '}); B) jsf.ajax.request (this,event,{execute:'formId1' 'formId2',render: ...





10. Calendar feature request.    forum.primefaces.org

Hi, it would be amazing if calendar supported a simple [future="true"] attribute, allowing you to only enter future dates. Future dates are so important and its integration with bean validation would ...

11. Flag for custom update requests    forum.primefaces.org

A variety of components handle the partial response in a specific way, for instance autocomplete has a custom onsuccess handler that decodes JSON from the response (rather than markup as ...

12. request: maps cluster    forum.primefaces.org

13. component request: dataGrid    forum.primefaces.org

14. How to make Request nonAjax programatically    forum.primefaces.org

Hello I am using p:tree and p:treeNode 's components. Inside treeNodes there is outputLink and listener onNodeSelectListener public void onNodeSelect(NodeSelectEvent event) { ..... if (event.getTreeNode().isLeaf()) { FacesContext facesContext = FacesContext.getCurrentInstance(); Object ...

15. [Feature Request]: Count-Down and Count-Up Clock    forum.primefaces.org

I want to request a Count Down Clock feature. So 1. Count Down: User set an amount of time, once click start, the clock will count down. (May adding feature that ...

16. How to turn off ajax in Request programatically    forum.primefaces.org

I want to make forward navigation programatically, but doesnot know how to make request without ajax programatically. FacesContext.getCurrentInstance().getNavigationHandler.handleNavigation(......); value RequestContext.getCurrentInstance().isAjaxRequest is true. How to make request without ajax programatically ?





17. D-n-D feature request    forum.primefaces.org

Hi, Congrats and well done on the 2.0 release! I would like to request an enhancement to the drag and drop component in Primefaces. We would like to be able to ...

18. Simple Editor Component Request    forum.primefaces.org

My understanding is that PF Editor is based YUI Editor. In some use cases you don't need a full blown editor with all the buttons PF Editor comes with. Therefore I ...

19. SelectOneMenu oncliked AJAX request    forum.primefaces.org

How can I load a SelectOneMenu item using ajax requests whenever I click over it? No, I don't want to load another select item as it's shown at lab's show case. ...

20. [new feature request]can SelectBoolCheckbox support Boolean?    forum.primefaces.org

for now, SelectBoolCheckbox only support boolean value(true,false), just two status, so can't use to represent the Boolean value, because Boolean object have three value:true,false,null OpenFaces have this feature. so is there ...

21. Feature request: TokenInput    forum.primefaces.org

22. Schedule feature request    forum.primefaces.org

Hi, I am using version 2.0.0 and I have two request: 1. In my application I only want the ScheduleEventDialog to show up on events Currently when I select a day ...

23. Feature Request for Charting    forum.primefaces.org

I really like the new charting components but there are a few features that I would love. Some should be fairly simple (I think) others a bit more tricky. 1. Would ...

24. [Feature Request] OpenID Integreation    forum.primefaces.org

http://code.google.com/p/jopenid/ , in web application we need this feature all the times. If we have built-in support by Primefaces integrated with OpenID Login, that would be huge feature. There's good, java ...

25. AJAX request in DataTable reloads whole DataTable 13x    forum.primefaces.org

Hello, I'm trying to use Row Selection in DataTable. I want to display data from row in a dialog, (almost) exactly as in this example: DataTable - Row Selection. Everything is ...

26. Using two p:ajax tags results in extra ajaxian requests    forum.primefaces.org

Hi. I tried using two p:ajax constructions for select element, expected, that two action events will be fired in one request, but instead see two ajaxian requests sent. Actually this could ...

27. Feature request: carousel stop/pause autoplay    forum.primefaces.org

02 Nov 2011, 19:23 by CaptainRichard Feature request: carousel stop/pause autoplay We have an autoplay carousel in our project, and we'd like to allow users to pause the carousel in some ...

28. Feature request: Calendar component    forum.primefaces.org

17 Mar 2010, 18:04 by Oleg Feature request: Calendar component Hello, I have two requests to the calendar component. But at first congratulation for this nice component! I have put this ...

29. Feature Request p:schedule Resources similar to DayTable    forum.primefaces.org

Is there any possibility of implementing multiple resources similar to OpenFaces dayTable http://www.openfaces.org/demo/daytable/DayTable_multipleResources.jsf ? Note: The multiple resources can be provided just for the day view alone. If so, I can ...

30. Feature Request: tabchange event    forum.primefaces.org

Hi, would be nice to have an event, if a user switches tabs in tabView, so that other parts of gui could be updated related to the new tab. Thanks, Rudolf ...

31. Feature Request: Count of page links for dataTable    forum.primefaces.org

Hi, would be nice, if the count of page links for a dataTable could be defined. It's 10 by default, so in tables with just 1 or 2 columns the paginator ...

32. Feature request for Dialog    forum.primefaces.org

A wizard component tabs might have different width and height. If you put the wizard component in to a dialog component and set the dialog property fixedCenter="true" the dialog is fixed ...

33. Layout feature request    forum.primefaces.org

Hi, in the layout component to define the property fullPage (e.g. =true) or manually define the size by using the style (e.g. ="width:1024px;height:600px"). But when putting a layout inside a component ...

34. New Star Based Feature Request System    forum.primefaces.org

Dear PrimeFaces Community, Due to high volume of feature requests, we've decided to use a new star based system to make management of requests easier. PrimeFaces issue tracker has now a ...

35. Charts not rendered - During Ajax request    forum.primefaces.org

Hi All, My charts are not rendered, when i make a ajax update/rerender for my chart component. i am using . I can see only a blank space getting generated. However ...

36. Feature Request - Stack Panel    forum.primefaces.org

Hi all, a very nice feature provided by several user interface libraries is a so called "stack panel". Several panels can be "stacked" on top of each other but only one ...

37.  with ajax request    forum.primefaces.org

Hello, Is it possible to redirect to an error JSP using web.xml when an AJAX (p:commandButton) error occurs? The redirect only occurs when I use a non-AJAX request (p: commandoButton ...

38. Passing objects request to request same page    forum.primefaces.org

I'am have problem wthi my manageBean. description of the case. have one page view. It's have , in outputPanel has one and in mine input form for capture ...

39. p:dataTable and p:commandButton request fails    forum.primefaces.org

...

40. Feature request for p:button and p:link    forum.primefaces.org

Hi I would like theme aware and "Prime" versions of the h:button and h:link of JSF 2. I can not find any information about these so would like to help implement ...

41. p:dataTable using Request Bean    forum.primefaces.org

10 Aug 2010, 00:46 by titvs p:dataTable using Request Bean Hello, I'm starting in PrimeFaces 2, and i made a CRUD Screem using p:dataTable. It works ok on Managed Bean in ...

42. Feature request: Wizard finish/cancel attributes    forum.primefaces.org

Hi guys, Would it be possible to add finish and cancel attributes to the Wizard? The Finish button would then render on the last page and execute some action, and the ...

43. DataTable multiple request    forum.primefaces.org

27 Aug 2010, 15:24 by diogoprime DataTable multiple request Hello All, Im creating a page that first enter data, and after reload de list directly of database. I but a breakpoint ...

44. Beans with scope longer than request and serialization    forum.primefaces.org

Hi, Recently I ran Findbugs against my project. In managed beans with scope larger than request, the following bad practice is recognized: ... defines non-transient non-serializable instance field ... There are ...

45. dynamic tabview fist tab = no post request    forum.primefaces.org

Why for dynamic tabview if i click on the first tab when we are on the second (for example) does not generate a post request ??? The click on the others ...

46. Feature Request    forum.primefaces.org

17 Sep 2009, 23:18 by colm Feature Request Hi civici, My company is going live shortly with a JSF UI built with Primefaces. We have found your component suite very simple ...

47. Feature request: AJAX PUSH    forum.primefaces.org

Hi Civici, I think that the ajax push (ref.: IceFaces) is a great and interesting feature. I've used it in one of my projects and the clients gets impressed with it. ...

48. Editable DataTable Cancel Fires AJAX Request    forum.primefaces.org

If you open a row in the dataTable for editing and then click the cancel button an AJAX request is fired. This seems unnecessary. Why not just switch back to view ...

49. Dynamic Image and Ajax Request    forum.primefaces.org

..... // User Info (Name, lastname, etc)

50. Multiple Ajax Requests on Datagrid    forum.primefaces.org

>> << mentallao Posts: 2 Joined: 18 Nov 2010, 15:00 19 Nov 2010, 14:27 by mentallao Multiple Ajax Requests on Datagrid Hi everyone! I'm new using JSF and primefaces but I ...

51. Aristo theme is not compressed + theme requests    forum.primefaces.org

Hello Cagatay, "Aristo" theme is my favorite now. But a small improvement would be great. You have compressed all themes except "Aristo". Furthermore you have strange __MACOSX directory within zip file. ...

52. f:ajax and p:ajax request queues    forum.primefaces.org

Both f:ajax and p:ajax queue their requests on the browser and execute them sequentially. This means that the browser waits for one ajax request to complete before sending the next one. ...

53. feature request - multifile upload    forum.primefaces.org

54. ajax request ignore jsf2 life cycle    forum.primefaces.org

21 Jan 2011, 11:51 by chsi ajax request ignore jsf2 life cycle Hello, I have a problem with an ajax request. I have a tabview with 2 tabs. The first tab ...

55. 2.2final swallows query string on ajax-request...    forum.primefaces.org

We've replicated the issue and identified the problem, it was easy to miss and slipped through during test and qa process. We've decided to do 2.2.1 for maintenance in a couple ...

56. Feature Requests in PrimeFaces    forum.primefaces.org

1. Can we have a required attribute inside fileUpload, which force the user to upload a picture in order to submit. 2. For the wizard component, there are different tabs inside ...

57. Cant do ajax request with     forum.primefaces.org

...

58. Datatable related Issues / Feature Requests    forum.primefaces.org

16 Nov 2009, 10:10 by rene.guenther Datatable related Issues / Feature Requests Unfortunately I wasn't able to search the forum for "datatable", so maybe some of the issues / feature requests ...

59. feature request: non-sticky message(s)    forum.primefaces.org

60. what is request.conextPath and file structure    forum.primefaces.org

PrimeFaces - ShowCase

61. New feature request    forum.primefaces.org

Hello, In this topic we can talk and discuss about new features that you want to see in PrimeFaces. The good requests will be planned to be added to the next ...

63. Dialog is broken by ajax request update="@form"    forum.primefaces.org

13 Apr 2011, 12:43 by 4bugzilla Dialog is broken by ajax request update="@form" Create a page with 2 dialogs and add buttons to open dialogs. Here is example: -- ...

64. Assign AJAX Status to a button / request?    forum.primefaces.org

As far as I know the AjaxStatus component can only be used as a global notifier. It's not possible to tell it which components it should be used for.

65. update timestamp on all requests    forum.primefaces.org

...

66. Calendar does not fire ajax request after being cleaned    forum.primefaces.org

Hi. I use calendar for filtering, so I update the table after the date is set. That works ok. But if I want to reset the date filter and clean the ...

67. Tree Feature Request    forum.primefaces.org

28 Dec 2009, 09:23 by makoto1337 Tree Feature Request I have a feature request for the tree component. Can you add a feature where you can set a selected node (preferably ...