list « PrimeFaces « JSF Q&A





1. JSF - Loading UISelectItem list in constructor    stackoverflow.com

I am running an application using JSF2.0 and Primefaces 2.2RC2 I have run the profiler on my project and determined there was a bottleneck coming from a UISelectItems list. The list was ...

2. JSF - List of objects in a Managed Bean and memory management question    stackoverflow.com

I am creating my first JSF application. For this question I am going to simplify everything to try and make my question as clear as possible. The application I am creating ...

3. Is there any such component (for displaying expandable lists)?    stackoverflow.com

I need to render an expandable list which initially displays around 6-8 items list but on clicking 'Show all' it should show the entire items list.

4. Primefaces datatable is not populating with the list from backing bean    stackoverflow.com

I have a feedBackSearchList as follows, List feedBackSearchList; I'm trying to set this list to populate in datatable in my xhtml page.

setFeedBackSearchList(getFeedbackSearchService().getSearchResult(
           ...

5. JSF populating a Datatable via a List    stackoverflow.com

I am trying to populate a dataTable via a list. Essentially my app, submits a search parameter and I can access the search results like so:

resultsToRender = resultsBean.getResults();
And then I ...

6. Primefaces showing list on a single row    stackoverflow.com

I'm using Primefaces 2.2.1 and JSF 2.0 and I'm trying to show a list on a single row using p:dataTable. If I use the standard p:column, every list member it is ...

7. How do i show a List in     forum.primefaces.org

I have a problem with I have a database (postgresql) in it is a list with strings and now i will show this stringlist in How does it works ...

8. editor command list    forum.primefaces.org

31 May 2011, 18:54 by crazy.8 editor command list I am using pf 3.0m1 and I want to use the , I have been looking all over for the way to ...

9. Data type should be java.util.List or javax.faces.model.List    forum.primefaces.org

19 Jun 2011, 03:57 by kwintesencja Data type should be java.util.List or javax.faces.model.List Hi everyone, Im having some problems when i try to sort a lazy datatable, when i sort first ...





10. release the list of heat    forum.primefaces.org

20 Jun 2011, 16:53 by frank0618 release the list of heat Dunhuang nets, a town in the ancient silk road named website. Just seven years time, dunhuang nets growth for the ...

11. how to make a return a list of objects?    forum.primefaces.org

22 Jun 2011, 21:56 by caioatiladf how to make a return a list of objects? good afternoon everyone. I wonder about the . I did everything perfect and runs the ...

12. Push - Get the subcribers list of a channel    forum.primefaces.org

09 Feb 2010, 12:02 by Guillaume.Dosser Push - Get the subcribers list of a channel Hello, I m wondering if there is a simple way to get the list of subscribers ...

13. Displaying p:datatable as a listing    forum.primefaces.org

Hi all, I would like to utilize the lazy loading and pagination features of p:datatable, but render the results as listing (row by row, just like google returns the results upon ...

14. AutoComplete - entered text must be in the list    forum.primefaces.org

12 Feb 2010, 05:37 by simon AutoComplete - entered text must be in the list Hi, I am trying to use AutoComplete and enforce that the text the user enters is ...

15. Autocomplete invoke a method if suggestions list is empty    forum.primefaces.org

26 Jul 2011, 07:52 by snayak Autocomplete invoke a method if suggestions list is empty Hi all, Im using primefaces 3.0.M3-SNAPSHOT with jsf. I have a autocomplete field, after searching if ...

16. the multiple choice list problem    forum.primefaces.org

Hello everybody, I want to have a field, named Country, into my form , and the user must select between 3 countries (Spain, Italy, France) ! I want to do that ...





17. Does primefaces have this kind of reordering list of yahoo?    forum.primefaces.org

Yes, pickList with reordering is a quite common component. If you select items you want to (re)order them. For simple selection we have select box with multiple="true" (in JSF h:selectManyListbox). Why ...

18.  list of events    forum.primefaces.org

Thanks for the answer! Cagatai says that the list will come with the user guide of the 3.0 version. But i'm using 3.0.M3 and need now this list. There's something i ...

19. p:collector works only with list but behaves as Set!?    forum.primefaces.org

Hi, Simple example that is based on http://www.primefaces.org/showcase-labs ... lector.jsf with difference where I work with strings.(List, book is string) shows that you can not add two equals strings. Why is ...

20. Autocomplete suggestions list misbehaviours    forum.primefaces.org

27 Nov 2011, 20:14 by porthos Autocomplete suggestions list misbehaviours Some observations about odd behaviours of the autocomplete suggestions list in 3.0 M4: 1. When the initial suggestions list for an ...

21. Updating items list in through Ajax    forum.primefaces.org

hi, I need to update with ajax. I am using in to display the columns at runtime. I call ...

22. datatable with single selection change list automatically    forum.primefaces.org

Datatable with single selection change list automatically, but how about this: when application store value to DB and gets exception, data in DB is old but list in memory is changed ...

24. p:dialog with images list, help    forum.primefaces.org

18 Jun 2009, 09:09 by armdev p:dialog with images list, help Hello, I am trying use p:dialog with images, I have list of images, but dialog show me only the last ...

25. Multiple chart series from various lists    forum.primefaces.org

Currently it is very easy to create multiple chart series as long as data plotted comes from the same list defined in the value attribute of p:lineChart. How would I plot ...

26. Mail List    forum.primefaces.org

27. Problem with Charts - When the value is an List    forum.primefaces.org

Hi all, Just thought this might help someone. There was a problem with the chart getting rendered when i tried to extract values from an Object[]. I had this peculiar requirement ...

28. Error in Pick list    forum.primefaces.org

private DualListModel users; public void init() { List target = new ArrayList(); List source = userRole.getUsers(); users = new DualListModel(source, target); }

29. Can I use DataTree with DataTable with the same list Obj?    forum.primefaces.org

He wanted to know if possible as it would be very useful to list objects in this way, it would need to list many items. Thank you very much!

31. List of Known issues    forum.primefaces.org

There are known issues in almost all frameworks and Primefaces may not an exception. If we know the already reported bugs, this will help a lot in troubleshooting our application and ...

33. Pick List    forum.primefaces.org

Hello cagatay Hope you are fine. I was looking into the Picklist section primefaces showcase and beleive that it would be included in the next release. Is it possible to get ...

35. Dynamic Country and City lists    forum.primefaces.org

Hi guys, does anyone know of some api or webservice that I could incorporate into my app for dynamic country and city dropdown lists? I don't want to have to maintain ...

36. why my dataTable only shows the last item of a list?    forum.primefaces.org

Code: ...

37. p:calendar - how to show full range years in page list    forum.primefaces.org

Hi, I would like to know how to show full range of years in p:calendar when using 'minDate', 'maxDate' and 'pages=true'. For example: when using 'minDate=01/01/1950' and 'maxDate=12/31/2010' the first time ...

38. Any thread/forum for Wish List?    forum.primefaces.org

PrimeFaces 3.0M1, Sun Mojarra 2.0.4 FCS, Sun GlassFish JSTL 1.2, Apache Log4J 1.2.16, EclipseLink 2.1.1.v20100817-r8050, Eclipse Helios

39. extend list of year on p:calendar    forum.primefaces.org

13 Dec 2010, 12:34 by casaniva extend list of year on p:calendar Hello, Im using PrimeFaces 2.1, and i want to extend the list of year in the drop-down list of ...

40.  programmatically open a list of valu    forum.primefaces.org

How can I programmatically open a List of values ex. a list of players in Showcase? I have button and I want to open a List of values by pressing this ...

41. DataTable changes for immutable lists    forum.primefaces.org

20 Dec 2010, 19:34 by struberg DataTable changes for immutable lists Hi Cagatay! We are currently moving our project (TISS) to primefaces-2.2-rc2 and it looks really great so far! To make ...

42. Picklist Add one button in player pick list    forum.primefaces.org

Hello, Reviewing the pick list on http://www.primefaces.org/showcase/ui/picklist.jsf I noticed the Add one button on the player pick list doesn't reflect the newly added player in the target list. It works fine ...

43. MenuBar displayed as list in Primefaces 2.2.1    forum.primefaces.org

Hi, I am having problems with displaying the menu bar. When I change the jar to 2.1, I get the menu bar, when I change the jar to 2.2 or 2.2.1, ...

44. MultiRow selection on DataTable with List and not Vector    forum.primefaces.org

Hello, there is a way to use a dataTable with multi row selection and the values goes to a list and not to a vector..? thanks

45. dynamic columns with nested Lists don't work    forum.primefaces.org

...