pojo « PrimeFaces « JSF Q&A





1. How to write a custom converter when working with Primefaces' components that contain POJO    stackoverflow.com

My particular problem is with picklist

<p:pickList converter="????" value="#{bean.projects}" var="project" 
                      ...

3. RequestContext args not working for POJO    forum.primefaces.org

I am trying to send a POJO as a callback parameter using RequestContext, and it's not working. On the Firebug console, it says args is undefined 25 out of range 2 ...

4. AutoComplete POJO problem    forum.primefaces.org

http://www.primefaces.org/showcase-labs ... tePojo.jsf in the example if user select a player ,then submit ,the model converters and changes sucessfully. but if you then clear the input ,then submit ,the model still ...

5. PickList in POJO    forum.primefaces.org

>> << Sunil Posts: 37 Joined: 23 Jun 2011, 09:15 10 Sep 2011, 13:22 by Sunil PickList in POJO Hi All, Can any one help me in solving this problem. Am ...

6. p:autocomplete doesn't work using only a converter and POJO    forum.primefaces.org

30 Nov 2011, 13:54 by ebianchini p:autocomplete doesn't work using only a converter and POJO Hi everybody. Recently, I had the following situation: a p:autocomplete component used to show some POJOs ...

7. Autocomplete (with POJO) initialization fails in M4..    forum.primefaces.org

06 Dec 2011, 06:06 by svenkateshkumar Autocomplete (with POJO) initialization fails in M4.. Hi, I am not able to initialize p:autoComplete component (with POJO collection) using the setter methods. Does any ...

8. POJO Autocomplete losing it's value    forum.primefaces.org

Hi, i have a strange problem with p:autocomplete using POJO. Every time i display selected value, and move focus from this to other component, the value of this component is gone. ...

9. Autocomplete pojo support broken in showcase    forum.primefaces.org





10. PickList: how do I create converter when working with POJO    forum.primefaces.org

The documentation said that I need to write my own converter when working with POJO. What do I need to convert the POJO to? to String? Can someone give me an ...

11. POJO converter in AutoComplete    forum.primefaces.org

12. how can i send pojos through TreeNode ?    forum.primefaces.org

exactly this problem, this code, show me "java.lang.Object@ef4b6", ok! I can change "toString" ! but that's exactly what I do not want,I want to put within the TreeNode a my pojo ...

13. Question about PickList and Pojo Support    forum.primefaces.org

14. AutoComplete - Pojo not work    forum.primefaces.org

30 Nov 2010, 09:11 by ameerPrince AutoComplete - Pojo not work Hi , all i try to use AutoComplete - Pojo in my application but i have an exception SEVERE: javax.faces.component.UpdateModelException: ...

15. autocomplete pojo converter primefaces 2.2    forum.primefaces.org

16.  POJO problem : label used as value    forum.primefaces.org

15 Mar 2011, 18:30 by bix POJO problem : label used as value Hi, I found what I think is an anormal behaviour of the component. Server : Websphere ...





17. Problem with primefaces autocomplete in POJO mode    forum.primefaces.org

Good day. I've placed a simple autocomplete component for page: Code: