state « PrimeFaces « JSF Q&A





1. Saving Primefaces layout state    stackoverflow.com

I understand that Primefaces Layout and Dashboard have state which can be saved. Could someone help me with snippet code (or some tutorial / how to ) site on how to save ...

2. Dynamic Tree state lost 3.0.M3-SNAPSHOT    forum.primefaces.org

Hi, I've been using primefaces 3.0 for testing purposes. I've been testing the tree component in particular. I am hoping to integrate this component in an existing JSF 2.0 application. Because ...

3. Validation state not reseted    forum.primefaces.org

>> << c.beikov Posts: 4 Joined: 27 Jul 2011, 13:34 27 Jul 2011, 14:15 by c.beikov Validation state not reseted I have a form which contains some inputs and a selectOneMenu. ...

4. Tree loses its selected state on postback    forum.primefaces.org

There is an ugly bug in 2.2.1 which makes me headache. Visual tree selection is ok, but on postback (if tree rendered again) the key of selected node (rowKey) is not ...

5. Duplicate view state id    forum.primefaces.org

29 Jul 2011, 22:27 by bumble.bee Duplicate view state id It appears the JSF spec has an oversight where it requires a hidden field embedded in each form with an id="javax.faces.ViewState". ...

6. Saving datatable state between updates    forum.primefaces.org

Hi, I have a datatable which i update every 20 seconds using the poll component. The problem i have is that all state is lost when i update (sorting, filtering, scroller), ...

7. Treetable - state remembering    forum.primefaces.org

27 Sep 2011, 11:25 by malejpavouk Treetable - state remembering Hi, I am using the treetable of version 2.2.1, is there any way to 1) remember the current state of the ...

8. DataGrid "forgets" it's state after navigating back to it.    forum.primefaces.org

27 Sep 2011, 17:23 by Hix DataGrid "forgets" it's state after navigating back to it. I have a datagrid which shows products. Let's say I'm on the third page of the ...

9. Autocomplete and ui-state-error not working    forum.primefaces.org





10. Pagination - persistent table state    forum.primefaces.org

Hi, is there any way to have a persistent table state (i.e. when I refresh the page I want it to be on the same page as it was). Currently my ...

11. ui-state-error to inputMask when validation fails    forum.primefaces.org

12. Can editing state be remembered for datatable rows?    forum.primefaces.org

11 Nov 2011, 13:51 by porthos Can editing state be remembered for datatable rows? Currently if you have a row open for editing in a datatable, whenever the datatable is updated ...

13. ui-state-error for p:inputMask    forum.primefaces.org

14. Panel issue with collapsed / visible state    forum.primefaces.org

Hello Cagatay, Just one question. Why do you send panel's collapsed / visible state? You set state into hidden fields Code: if(panel.isToggleable()) ...

15. Create a list: country -> state -> city    forum.primefaces.org

Code:

16. Save dashboard state without reorderListener?    forum.primefaces.org

Hello Cagatay, Maybe I have misunderstood your dashboard component. I read in the docu State Dashboard is a stateful component, whenever a widget is reordered dashboard model will be updated, by ...





17. Reset the state of messages    forum.primefaces.org

String msg = "Ola Chikka!"; Severity severity = FacesMessage.SEVERITY_ERROR; FacesContext context = FacesContext.getCurrentInstance(); context.addMessage(null, new FacesMessage(severity, msg, ""));

18. FileUpload and Save State client    forum.primefaces.org

There are other issues with higher priority right now, so probably not for upcoming 2.2 but later we'll be able to add client side state saving and no-flash features to fileupload. ...

19. AutoComplete does not work if STATE_SAVING_METHOD is client    forum.primefaces.org

>> << mang Posts: 14 Joined: 05 Aug 2010, 02:10 05 Aug 2010, 02:19 by mang AutoComplete does not work if STATE_SAVING_METHOD is client I have set the following context param ...

20. Tree goes to init state when form posted    forum.primefaces.org

Hello, Im using a tree with primefaces 2.1 I have read the pdf documentation that you provide in the Web. I want to add a functionality... My tree when a node ...

21. DataTable rows: Keep selected state    forum.primefaces.org

22. Problem with p:fileUpload and javax.faces.STATE_SAVING_METHO    forum.primefaces.org

Hi, I read in an old post that p:fileUpload does not support javax.faces.STATE_SAVING_METHOD set to client. Is this still true in the current version? I'm using JSF 2.0 and primefaces 2.1 ...

23. checkbox p:tree restore state    forum.primefaces.org

How to restore the state of a checkbox p:tree? I can take the state using an array of TreeNode's http://www.primefaces.org/showcase/ui/treeSelectionCheckbox.jsf as the example, but I must restore the checked and unchecked ...

24. Exceptions related to state saving in PrimeFaces 2.2M1    forum.primefaces.org

>> << rogerbu Posts: 5 Joined: 21 Jul 2010, 22:42 21 Oct 2010, 19:24 by rogerbu Exceptions related to state saving in PrimeFaces 2.2M1 The following problem happens only when using ...

25. h:selectOneMenu state lost in wizard with collector    forum.primefaces.org

h:selectOneMenu state lost in wizard with collector Components, Ajax Framework, Utilities and More. Post a reply 2 posts Page 1 of 1 >> << cbmyers Posts: 53 Joined: 20 Oct ...

26. [SOLVED] DataTable constantly loses state    forum.primefaces.org

I am using Tomcat 7.0.3 with Mojarra 2.0.3 FCS and PrimeFaces 2.2 RC2. I was having an issue where any request would immediately reset the state of my p:datatable. This behavior ...

27. p:panel / p:accordionPanel dont keep state    forum.primefaces.org

Hello , we just started with primefaces. We'd like to keep the collapsed/expanded state between requests of p:panel or p:accordionPanel. Since I also don't know the YUI framework, I have no ...

28. Disappointed regarding the actual "state" of 2.2    forum.primefaces.org

04 Jan 2011, 14:11 by sascha Disappointed regarding the actual "state" of 2.2 Hi, first I have to clarify, that I think that Primefaces is one of the best JSF component ...

29. How to reset p:dataTable to its original state    forum.primefaces.org

Hi, I am struggling to get this simple functionality. I have a screen which lists data in p:dataTable according to user input parameters. Once user is done viewing data based on ...

30. p:ajax with javax.faces.PARTIAL_STATE_SAVING as fals    forum.primefaces.org

06 Jan 2011, 09:33 by tsungching p:ajax with javax.faces.PARTIAL_STATE_SAVING as fals Hello, when I set javax.faces.PARTIAL_STATE_SAVING to 'false' in web.xml, p:ajax works queer @@a here is the xhtml code ...

31. TreeTable - remember state between updates    forum.primefaces.org

32. populate city selectOneMenu based on selected State    forum.primefaces.org

hi i have two selectOneMenu's for state and city. how can i populate the city selectOneMenu depending on the selected state from the state selectOneMenu. is there a way i can ...

33. Datatable - save filter/sort state    forum.primefaces.org

Hi All, When I return to a datatable, I would like the filters/sort to be like it was when I paged away. How do you save/restore the datatable state? In addition, ...

34. SelectOneMenu in previous Wizard tab losing state    forum.primefaces.org

11 Apr 2011, 15:15 by maple_shaft SelectOneMenu in previous Wizard tab losing state Hi Forum, I searched and couldn't find this being addressed. I have a ViewScoped managed bean on a ...

35. Keep state (filters, page) of dataTable    forum.primefaces.org

I have a dataTable and a details page for each row. I am on a certain page and have some filters set, which are lost when I come back from the ...

36. Keep p:dataTable Page State    forum.primefaces.org

Can you check with a dynamic="true" table. If dynamic table works then it means client side table ignores page state, something needs to be fixed.

37. Bean state saving / conversation    forum.primefaces.org

Hi Walter, Since PrimeFaces is UI specific we don't have any plans to add features like that. However you have many alternatives; - PrimeFaces Optimus ViewScope - Seam ViewScope-ConversationScope - Spring ...

38. TabView's tab rendering state problem    forum.primefaces.org

20 Apr 2011, 15:20 by Jrme Jadoulle TabView's tab rendering state problem Hello, I have a somewhat advanced problem with the Tabview as written in Primefaces v2.2.1. Fact is that I ...

39. p:push chat current state?    forum.primefaces.org

I checked that the chat.jsf example in the showcase is hidden and I've readen something about comet reimplementation. I'm using 3.0.M1 and I'd like to know if p:push is available for ...

40. Disable ui-state-error    forum.primefaces.org

Hello everybody, is there a way to disable the ui-state-error-class for the inputText components in 3.0.M1? Thanks in advance! Robert